Html Css Color HEX #B99534 Hokey Pokey

📋 copy color: '#B99534'

red 185 ◦ green 149 ◦ blue 52

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

Shades of Hokey Pokey #B99534

Tints of Hokey Pokey #B99534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 47.93%
G = 38.6%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B99534 (or 0xB99534) is known color: Hokey Pokey. HEX triplet: B9, 95 and 34. RGB value is (185,149,52). Sum of RGB (Red+Green+Blue) = 185+149+52=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B99534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99534 is #466ACB. Grayscale: #959595. Windows color (decimal): -4614860 or 3446201. OLE color: 3446201.

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

Color convert

RGB 185 149 52 -
CMYK 0 0.19 0.72 0.27
HSL 43.76º 0.56% 0.46% -
HSV(B) 43.76º 0.72% 0.73% -
XYZ 31.37 32.06 7.78 -
YUV 148.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 185 149 52 0 0.19 0.72 0.27 43.76 0.56 0.46
Hex B9 95 34 0 13 48 1B 2C 38 2E
Octal 271 225 64 0 23 110 33 54 70 56
Binary 10111001 10010101 110100 0 10011 1001000 11011 101100 111000 101110

Color Harmonies of #B99534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99534

Black with #B99534

Text Example


Text Example

White with #B99534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99534; }

 p { color: rgb(185,149,52); }

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

background-color css

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

 a { background-color: rgb(185,149,52); }

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

border-color css

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

 span { border-color: rgb(185,149,52); }

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