Html Css Color HEX #BB8F36 Hokey Pokey

📋 copy color: '#BB8F36'

red 187 ◦ green 143 ◦ blue 54

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

Shades of Hokey Pokey #BB8F36

Tints of Hokey Pokey #BB8F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.06%

R = 48.7%
G = 37.24%
B = 14.06%

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

#BB8F36 (or 0xBB8F36) is known color: Hokey Pokey. HEX triplet: BB, 8F and 36. RGB value is (187,143,54). Sum of RGB (Red+Green+Blue) = 187+143+54=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F36 is #4470C9. Grayscale: #929292. Windows color (decimal): -4485322 or 3575739. OLE color: 3575739.

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

Color convert

RGB 187 143 54 -
CMYK 0 0.24 0.71 0.27
HSL 40.15º 0.55% 0.47% -
HSV(B) 40.15º 0.71% 0.73% -
XYZ 30.98 30.48 7.74 -
YUV 146.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 187 143 54 0 0.24 0.71 0.27 40.15 0.55 0.47
Hex BB 8F 36 0 18 47 1B 28 37 2F
Octal 273 217 66 0 30 107 33 50 67 57
Binary 10111011 10001111 110110 0 11000 1000111 11011 101000 110111 101111

Color Harmonies of #BB8F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F36

Black with #BB8F36

Text Example


Text Example

White with #BB8F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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