Html Css Color HEX #BB9256 Twine

📋 copy color: '#BB9256'

red 187 ◦ green 146 ◦ blue 86

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

Shades of Twine #BB9256

Tints of Twine #BB9256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 44.63%
G = 34.84%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB9256 (or 0xBB9256) is known color: Twine. HEX triplet: BB, 92 and 56. RGB value is (187,146,86). Sum of RGB (Red+Green+Blue) = 187+146+86=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9256 is #446DA9. Grayscale: #979797. Windows color (decimal): -4484522 or 5673659. OLE color: 5673659.

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

Color convert

RGB 187 146 86 -
CMYK 0 0.22 0.54 0.27
HSL 35.64º 0.43% 0.54% -
HSV(B) 35.64º 0.54% 0.73% -
XYZ 32.45 31.79 13.23 -
YUV 151.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 187 146 86 0 0.22 0.54 0.27 35.64 0.43 0.54
Hex BB 92 56 0 16 36 1B 24 2B 36
Octal 273 222 126 0 26 66 33 44 53 66
Binary 10111011 10010010 1010110 0 10110 110110 11011 100100 101011 110110

Color Harmonies of #BB9256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9256

Black with #BB9256

Text Example


Text Example

White with #BB9256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9256; }

 p { color: rgb(187,146,86); }

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

background-color css

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

 a { background-color: rgb(187,146,86); }

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

border-color css

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

 span { border-color: rgb(187,146,86); }

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