Html Css Color HEX #B99035 Hokey Pokey

📋 copy color: '#B99035'

red 185 ◦ green 144 ◦ blue 53

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

Shades of Hokey Pokey #B99035

Tints of Hokey Pokey #B99035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

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

R = 48.43%
G = 37.7%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B99035 (or 0xB99035) is known color: Hokey Pokey. HEX triplet: B9, 90 and 35. RGB value is (185,144,53). Sum of RGB (Red+Green+Blue) = 185+144+53=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B99035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99035 is #466FCA. Grayscale: #929292. Windows color (decimal): -4616139 or 3510457. OLE color: 3510457.

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

Color convert

RGB 185 144 53 -
CMYK 0 0.22 0.71 0.27
HSL 41.36º 0.55% 0.47% -
HSV(B) 41.36º 0.71% 0.73% -
XYZ 30.62 30.52 7.64 -
YUV 145.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 185 144 53 0 0.22 0.71 0.27 41.36 0.55 0.47
Hex B9 90 35 0 16 47 1B 29 37 2F
Octal 271 220 65 0 26 107 33 51 67 57
Binary 10111001 10010000 110101 0 10110 1000111 11011 101001 110111 101111

Color Harmonies of #B99035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99035

Black with #B99035

Text Example


Text Example

White with #B99035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99035; }

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

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

background-color css

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

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

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

border-color css

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

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

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