#BB8B5C

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

Shades of Twine #BB8B5C

Tints of Twine #BB8B5C

Color information

#BB8B5C (or 0xBB8B5C) is unknown color: approx Twine. HEX triplet: BB, 8B and 5C. RGB value is (187,139,92). Sum of RGB (Red+Green+Blue) = 187+139+92=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B5C is #4474A3. Grayscale: #949494. Windows color (decimal): -4486308 or 6065083. OLE color: 6065083.

HSL color Cylindrical-coordinate representation of color #BB8B5C: hue angle of 29.68º 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 #BB8B5C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18713992-
CMYK00.260.510.27
HSL29.68º41.13%54.71%-
HSV(B)29.68º50.8%73.33%-
XYZ31.6629.814.21-
YUV147.9996.4155.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=44.74%
G=33.25%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871399200.260.510.2729.6841.1354.71
HexBB8B5C01A331B1e2937
Octal2732131340326333365167
Binary101110111000101110111000110101100111101111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B5C; }

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

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

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

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

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

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

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

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