Html Css Color HEX #BB8257 Twine

📋 copy color: '#BB8257'

red 187 ◦ green 130 ◦ blue 87

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

Shades of Twine #BB8257

Tints of Twine #BB8257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 46.29%
G = 32.18%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB8257 (or 0xBB8257) is known color: Twine. HEX triplet: BB, 82 and 57. RGB value is (187,130,87). Sum of RGB (Red+Green+Blue) = 187+130+87=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8257 is #447DA8. Grayscale: #8E8E8E. Windows color (decimal): -4488617 or 5735099. OLE color: 5735099.

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

Color convert

RGB 187 130 87 -
CMYK 0 0.30 0.53 0.27
HSL 25.8º 0.42% 0.54% -
HSV(B) 25.8º 0.53% 0.73% -
XYZ 30.2 27.22 12.68 -
YUV 142.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 187 130 87 0 0.30 0.53 0.27 25.8 0.42 0.54
Hex BB 82 57 0 1E 35 1B 1A 2A 36
Octal 273 202 127 0 36 65 33 32 52 66
Binary 10111011 10000010 1010111 0 11110 110101 11011 11010 101010 110110

Color Harmonies of #BB8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8257

Black with #BB8257

Text Example


Text Example

White with #BB8257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8257; }

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

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

background-color css

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

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

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

border-color css

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

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

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