Html Css Color HEX #BB8957 Twine

📋 copy color: '#BB8957'

red 187 ◦ green 137 ◦ blue 87

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

Shades of Twine #BB8957

Tints of Twine #BB8957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 45.5%
G = 33.33%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB8957 (or 0xBB8957) is known color: Twine. HEX triplet: BB, 89 and 57. RGB value is (187,137,87). Sum of RGB (Red+Green+Blue) = 187+137+87=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8957 is #4476A8. Grayscale: #929292. Windows color (decimal): -4486825 or 5736891. OLE color: 5736891.

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

Color convert

RGB 187 137 87 -
CMYK 0 0.27 0.53 0.27
HSL 30º 0.42% 0.54% -
HSV(B) 30º 0.53% 0.73% -
XYZ 31.16 29.14 13 -
YUV 146.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 187 137 87 0 0.27 0.53 0.27 30 0.42 0.54
Hex BB 89 57 0 1B 35 1B 1E 2A 36
Octal 273 211 127 0 33 65 33 36 52 66
Binary 10111011 10001001 1010111 0 11011 110101 11011 11110 101010 110110

Color Harmonies of #BB8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8957

Black with #BB8957

Text Example


Text Example

White with #BB8957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8957; }

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

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

background-color css

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

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

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

border-color css

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

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

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