Html Css Color HEX #BB8936 Hokey Pokey

📋 copy color: '#BB8936'

red 187 ◦ green 137 ◦ blue 54

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

Shades of Hokey Pokey #BB8936

Tints of Hokey Pokey #BB8936

RGB

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

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

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

R = 49.47%
G = 36.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB8936 (or 0xBB8936) is known color: Hokey Pokey. HEX triplet: BB, 89 and 36. RGB value is (187,137,54). Sum of RGB (Red+Green+Blue) = 187+137+54=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8936 is #4476C9. Grayscale: #8E8E8E. Windows color (decimal): -4486858 or 3574203. OLE color: 3574203.

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

Color convert

RGB 187 137 54 -
CMYK 0 0.27 0.71 0.27
HSL 37.44º 0.55% 0.47% -
HSV(B) 37.44º 0.71% 0.73% -
XYZ 30.11 28.72 7.45 -
YUV 142.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 187 137 54 0 0.27 0.71 0.27 37.44 0.55 0.47
Hex BB 89 36 0 1B 47 1B 25 37 2F
Octal 273 211 66 0 33 107 33 45 67 57
Binary 10111011 10001001 110110 0 11011 1000111 11011 100101 110111 101111

Color Harmonies of #BB8936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8936

Black with #BB8936

Text Example


Text Example

White with #BB8936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8936; }

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

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

background-color css

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

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

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

border-color css

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

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

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