#B88553

Color #B88553 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #B88553

Tints of Twine #B88553

Color information

#B88553 (or 0xB88553) is unknown color: approx Twine. HEX triplet: B8, 85 and 53. RGB value is (184,133,83). Sum of RGB (Red+Green+Blue) = 184+133+83=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B88553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88553 is #477AAC. Grayscale: #8E8E8E. Windows color (decimal): -4684461 or 5473720. OLE color: 5473720.

HSL color Cylindrical-coordinate representation of color #B88553: hue angle of 29.7º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B88553 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18413383-
CMYK00.280.550.28
HSL29.7º41.56%52.35%-
HSV(B)29.7º54.89%72.16%-
XYZ29.7227.5911.94-
YUV142.5594.4157.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 83 (32.81% from 255) = 20.75%
R=46%
G=33.25%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841338300.280.550.2829.741.5652.35
HexB8855301C371C1e2a34
Octal2702051230346734365264
Binary101110001000010110100110111001101111110011110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88553; }

 p { color: rgb(184,133,83); }

 H1.HeaderClassName
 {
   color: #B88553;
 }
 .AnyTagClassName
 {
   color: #B88553;
 }
</style>
background-color css

<style>
 a { background-color: #B88553; }

 a { background-color: rgb(184,133,83); }

 div.DivClassName
 {
   background-color: #B88553;
 }
 .BgClassName
 {
   background-color: #B88553;
 }
</style>
border-color css

<style>
 span { border-color: #B88553; }

 span { border-color: rgb(184,133,83); }

 td.TdClassName
 {
   border-color: #B88553;
 }
 .TagClassName
 {
   border-color: #B88553;
 }
</style>