Html Css Color HEX #BB8959 Twine

📋 copy color: '#BB8959'

red 187 ◦ green 137 ◦ blue 89

#BB8959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BB8959

Tints of Twine #BB8959

RGB

 RED value IS 187 (73.44% from 255) = 45.28%

 GREEN value IS 137 (53.91% from 255) = 33.17%

 BLUE value IS 89 (35.16% from 255) = 21.55%

R = 45.28%
G = 33.17%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB8959 (or 0xBB8959) is known color: Twine. HEX triplet: BB, 89 and 59. RGB value is (187,137,89). Sum of RGB (Red+Green+Blue) = 187+137+89=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8959 is #4476A6. Grayscale: #929292. Windows color (decimal): -4486823 or 5867963. OLE color: 5867963.

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

Color convert

RGB 187 137 89 -
CMYK 0 0.27 0.52 0.27
HSL 29.39º 0.42% 0.54% -
HSV(B) 29.39º 0.52% 0.73% -
XYZ 31.24 29.18 13.44 -
YUV 146.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 187 137 89 0 0.27 0.52 0.27 29.39 0.42 0.54
Hex BB 89 59 0 1B 34 1B 1D 2A 36
Octal 273 211 131 0 33 64 33 35 52 66
Binary 10111011 10001001 1011001 0 11011 110100 11011 11101 101010 110110

Color Harmonies of #BB8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8959

Black with #BB8959

Text Example


Text Example

White with #BB8959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8959; }

 p { color: rgb(187,137,89); }

 H1.HeaderClassName
 {
   color: #BB8959;
 }
 .AnyTagClassName
 {
   color: #BB8959;
 }
</style>

background-color css

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

 a { background-color: rgb(187,137,89); }

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

border-color css

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

 span { border-color: rgb(187,137,89); }

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