Html Css Color HEX #BB8D57 Twine

📋 copy color: '#BB8D57'

red 187 ◦ green 141 ◦ blue 87

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

Shades of Twine #BB8D57

Tints of Twine #BB8D57

RGB

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

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

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

R = 45.06%
G = 33.98%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB8D57 (or 0xBB8D57) is known color: Twine. HEX triplet: BB, 8D and 57. RGB value is (187,141,87). Sum of RGB (Red+Green+Blue) = 187+141+87=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D57 is #4472A8. Grayscale: #949494. Windows color (decimal): -4485801 or 5737915. OLE color: 5737915.

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

Color convert

RGB 187 141 87 -
CMYK 0 0.25 0.53 0.27
HSL 32.4º 0.42% 0.54% -
HSV(B) 32.4º 0.53% 0.73% -
XYZ 31.74 30.3 13.19 -
YUV 148.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 187 141 87 0 0.25 0.53 0.27 32.4 0.42 0.54
Hex BB 8D 57 0 19 35 1B 20 2A 36
Octal 273 215 127 0 31 65 33 40 52 66
Binary 10111011 10001101 1010111 0 11001 110101 11011 100000 101010 110110

Color Harmonies of #BB8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D57

Black with #BB8D57

Text Example


Text Example

White with #BB8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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