Html Css Color HEX #BB8059 Twine

📋 copy color: '#BB8059'

red 187 ◦ green 128 ◦ blue 89

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

Shades of Twine #BB8059

Tints of Twine #BB8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

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

R = 46.29%
G = 31.68%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB8059 (or 0xBB8059) is known color: Twine. HEX triplet: BB, 80 and 59. RGB value is (187,128,89). Sum of RGB (Red+Green+Blue) = 187+128+89=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8059 is #447FA6. Grayscale: #8D8D8D. Windows color (decimal): -4489127 or 5865659. OLE color: 5865659.

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

Color convert

RGB 187 128 89 -
CMYK 0 0.32 0.52 0.27
HSL 23.88º 0.42% 0.54% -
HSV(B) 23.88º 0.52% 0.73% -
XYZ 30.02 26.72 13.03 -
YUV 141.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 187 128 89 0 0.32 0.52 0.27 23.88 0.42 0.54
Hex BB 80 59 0 20 34 1B 18 2A 36
Octal 273 200 131 0 40 64 33 30 52 66
Binary 10111011 10000000 1011001 0 100000 110100 11011 11000 101010 110110

Color Harmonies of #BB8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8059

Black with #BB8059

Text Example


Text Example

White with #BB8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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