Html Css Color HEX #BB8947 Tussock

📋 copy color: '#BB8947'

red 187 ◦ green 137 ◦ blue 71

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

Shades of Tussock #BB8947

Tints of Tussock #BB8947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.97%

R = 47.34%
G = 34.68%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8947 (or 0xBB8947) is known color: Tussock. HEX triplet: BB, 89 and 47. RGB value is (187,137,71). Sum of RGB (Red+Green+Blue) = 187+137+71=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8947 is #4476B8. Grayscale: #909090. Windows color (decimal): -4486841 or 4688315. OLE color: 4688315.

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

Color convert

RGB 187 137 71 -
CMYK 0 0.27 0.62 0.27
HSL 34.14º 0.46% 0.51% -
HSV(B) 34.14º 0.62% 0.73% -
XYZ 30.58 28.91 9.93 -
YUV 144.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 187 137 71 0 0.27 0.62 0.27 34.14 0.46 0.51
Hex BB 89 47 0 1B 3E 1B 22 2E 33
Octal 273 211 107 0 33 76 33 42 56 63
Binary 10111011 10001001 1000111 0 11011 111110 11011 100010 101110 110011

Color Harmonies of #BB8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8947

Black with #BB8947

Text Example


Text Example

White with #BB8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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