Html Css Color HEX #BB9239 Hokey Pokey

📋 copy color: '#BB9239'

red 187 ◦ green 146 ◦ blue 57

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

Shades of Hokey Pokey #BB9239

Tints of Hokey Pokey #BB9239

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 57 (22.66% from 255) = 14.62%

R = 47.95%
G = 37.44%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB9239 (or 0xBB9239) is known color: Hokey Pokey. HEX triplet: BB, 92 and 39. RGB value is (187,146,57). Sum of RGB (Red+Green+Blue) = 187+146+57=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9239 is #446DC6. Grayscale: #949494. Windows color (decimal): -4484551 or 3773115. OLE color: 3773115.

HSL color Cylindrical-coordinate representation of color #BB9239: hue angle of 41.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9239 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 57 -
CMYK 0 0.22 0.70 0.27
HSL 41.08º 0.53% 0.48% -
HSV(B) 41.08º 0.7% 0.73% -
XYZ 31.51 31.42 8.27 -
YUV 148.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 187 146 57 0 0.22 0.70 0.27 41.08 0.53 0.48
Hex BB 92 39 0 16 46 1B 29 35 30
Octal 273 222 71 0 26 106 33 51 65 60
Binary 10111011 10010010 111001 0 10110 1000110 11011 101001 110101 110000

Color Harmonies of #BB9239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9239

Black with #BB9239

Text Example


Text Example

White with #BB9239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9239; }

 p { color: rgb(187,146,57); }

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

background-color css

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

 a { background-color: rgb(187,146,57); }

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

border-color css

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

 span { border-color: rgb(187,146,57); }

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