Html Css Color HEX #BB8934 Hokey Pokey

📋 copy color: '#BB8934'

red 187 ◦ green 137 ◦ blue 52

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

Shades of Hokey Pokey #BB8934

Tints of Hokey Pokey #BB8934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 49.73%
G = 36.44%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8934 (or 0xBB8934) is known color: Hokey Pokey. HEX triplet: BB, 89 and 34. RGB value is (187,137,52). Sum of RGB (Red+Green+Blue) = 187+137+52=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8934 is #4476CB. Grayscale: #8E8E8E. Windows color (decimal): -4486860 or 3443131. OLE color: 3443131.

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

Color convert

RGB 187 137 52 -
CMYK 0 0.27 0.72 0.27
HSL 37.78º 0.56% 0.47% -
HSV(B) 37.78º 0.72% 0.73% -
XYZ 30.06 28.7 7.2 -
YUV 142.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 187 137 52 0 0.27 0.72 0.27 37.78 0.56 0.47
Hex BB 89 34 0 1B 48 1B 26 38 2F
Octal 273 211 64 0 33 110 33 46 70 57
Binary 10111011 10001001 110100 0 11011 1001000 11011 100110 111000 101111

Color Harmonies of #BB8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8934

Black with #BB8934

Text Example


Text Example

White with #BB8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8934; }

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

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

background-color css

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

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

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

border-color css

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

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

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