Html Css Color HEX #BB8F37 Hokey Pokey

📋 copy color: '#BB8F37'

red 187 ◦ green 143 ◦ blue 55

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

Shades of Hokey Pokey #BB8F37

Tints of Hokey Pokey #BB8F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 48.57%
G = 37.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8F37 (or 0xBB8F37) is known color: Hokey Pokey. HEX triplet: BB, 8F and 37. RGB value is (187,143,55). Sum of RGB (Red+Green+Blue) = 187+143+55=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F37 is #4470C8. Grayscale: #929292. Windows color (decimal): -4485321 or 3641275. OLE color: 3641275.

HSL color Cylindrical-coordinate representation of color #BB8F37: hue angle of 40º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB8F37 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 55 -
CMYK 0 0.24 0.71 0.27
HSL 40º 0.55% 0.47% -
HSV(B) 40º 0.71% 0.73% -
XYZ 31.01 30.49 7.86 -
YUV 146.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 187 143 55 0 0.24 0.71 0.27 40 0.55 0.47
Hex BB 8F 37 0 18 47 1B 28 37 2F
Octal 273 217 67 0 30 107 33 50 67 57
Binary 10111011 10001111 110111 0 11000 1000111 11011 101000 110111 101111

Color Harmonies of #BB8F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F37

Black with #BB8F37

Text Example


Text Example

White with #BB8F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F37; }

 p { color: rgb(187,143,55); }

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

background-color css

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

 a { background-color: rgb(187,143,55); }

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

border-color css

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

 span { border-color: rgb(187,143,55); }

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