Html Css Color HEX #B99439 Hokey Pokey

📋 copy color: '#B99439'

red 185 ◦ green 148 ◦ blue 57

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

Shades of Hokey Pokey #B99439

Tints of Hokey Pokey #B99439

RGB

 RED value IS 185 (72.66% from 255) = 47.44%

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 47.44%
G = 37.95%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B99439 (or 0xB99439) is known color: Hokey Pokey. HEX triplet: B9, 94 and 39. RGB value is (185,148,57). Sum of RGB (Red+Green+Blue) = 185+148+57=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B99439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99439 is #466BC6. Grayscale: #959595. Windows color (decimal): -4615111 or 3773625. OLE color: 3773625.

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

Color convert

RGB 185 148 57 -
CMYK 0 0.20 0.69 0.27
HSL 42.66º 0.53% 0.47% -
HSV(B) 42.66º 0.69% 0.73% -
XYZ 31.34 31.79 8.36 -
YUV 148.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 185 148 57 0 0.20 0.69 0.27 42.66 0.53 0.47
Hex B9 94 39 0 14 45 1B 2B 35 2F
Octal 271 224 71 0 24 105 33 53 65 57
Binary 10111001 10010100 111001 0 10100 1000101 11011 101011 110101 101111

Color Harmonies of #B99439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99439

Black with #B99439

Text Example


Text Example

White with #B99439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99439; }

 p { color: rgb(185,148,57); }

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

background-color css

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

 a { background-color: rgb(185,148,57); }

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

border-color css

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

 span { border-color: rgb(185,148,57); }

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