Html Css Color HEX #B99535 Hokey Pokey

📋 copy color: '#B99535'

red 185 ◦ green 149 ◦ blue 53

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

Shades of Hokey Pokey #B99535

Tints of Hokey Pokey #B99535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 47.8%
G = 38.5%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B99535 (or 0xB99535) is known color: Hokey Pokey. HEX triplet: B9, 95 and 35. RGB value is (185,149,53). Sum of RGB (Red+Green+Blue) = 185+149+53=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B99535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99535 is #466ACA. Grayscale: #959595. Windows color (decimal): -4614859 or 3511737. OLE color: 3511737.

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

Color convert

RGB 185 149 53 -
CMYK 0 0.19 0.71 0.27
HSL 43.64º 0.55% 0.47% -
HSV(B) 43.64º 0.71% 0.73% -
XYZ 31.4 32.07 7.9 -
YUV 148.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 185 149 53 0 0.19 0.71 0.27 43.64 0.55 0.47
Hex B9 95 35 0 13 47 1B 2C 37 2F
Octal 271 225 65 0 23 107 33 54 67 57
Binary 10111001 10010101 110101 0 10011 1000111 11011 101100 110111 101111

Color Harmonies of #B99535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99535

Black with #B99535

Text Example


Text Example

White with #B99535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99535; }

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

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

background-color css

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

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

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

border-color css

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

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

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