#BB835C

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

Shades of Twine #BB835C

Tints of Twine #BB835C

Color information

#BB835C (or 0xBB835C) is unknown color: approx Twine. HEX triplet: BB, 83 and 5C. RGB value is (187,131,92). Sum of RGB (Red+Green+Blue) = 187+131+92=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB835C is #447CA3. Grayscale: #8F8F8F. Windows color (decimal): -4488356 or 6063035. OLE color: 6063035.

HSL color Cylindrical-coordinate representation of color #BB835C: hue angle of 24.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB835C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18713192-
CMYK00.300.510.27
HSL24.63º41.13%54.71%-
HSV(B)24.63º50.8%73.33%-
XYZ30.5427.5713.84-
YUV143.399.05159.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=45.61%
G=31.95%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871319200.300.510.2724.6341.1354.71
HexBB835C01E331B192937
Octal2732031340366333315167
Binary101110111000001110111000111101100111101111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB835C; }

 p { color: rgb(187,131,92); }

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

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

 a { background-color: rgb(187,131,92); }

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

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

 span { border-color: rgb(187,131,92); }

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