Html Css Color HEX #BB8D55 Twine

📋 copy color: '#BB8D55'

red 187 ◦ green 141 ◦ blue 85

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

Shades of Twine #BB8D55

Tints of Twine #BB8D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 45.28%
G = 34.14%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB8D55 (or 0xBB8D55) is known color: Twine. HEX triplet: BB, 8D and 55. RGB value is (187,141,85). Sum of RGB (Red+Green+Blue) = 187+141+85=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D55 is #4472AA. Grayscale: #949494. Windows color (decimal): -4485803 or 5606843. OLE color: 5606843.

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

Color convert

RGB 187 141 85 -
CMYK 0 0.25 0.55 0.27
HSL 32.94º 0.43% 0.53% -
HSV(B) 32.94º 0.55% 0.73% -
XYZ 31.66 30.27 12.77 -
YUV 148.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 187 141 85 0 0.25 0.55 0.27 32.94 0.43 0.53
Hex BB 8D 55 0 19 37 1B 21 2B 35
Octal 273 215 125 0 31 67 33 41 53 65
Binary 10111011 10001101 1010101 0 11001 110111 11011 100001 101011 110101

Color Harmonies of #BB8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D55

Black with #BB8D55

Text Example


Text Example

White with #BB8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D55; }

 p { color: rgb(187,141,85); }

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

background-color css

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

 a { background-color: rgb(187,141,85); }

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

border-color css

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

 span { border-color: rgb(187,141,85); }

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