Html Css Color HEX #B99135 Hokey Pokey

📋 copy color: '#B99135'

red 185 ◦ green 145 ◦ blue 53

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

Shades of Hokey Pokey #B99135

Tints of Hokey Pokey #B99135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 48.3%
G = 37.86%
B = 13.84%

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

#B99135 (or 0xB99135) is known color: Hokey Pokey. HEX triplet: B9, 91 and 35. RGB value is (185,145,53). Sum of RGB (Red+Green+Blue) = 185+145+53=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B99135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99135 is #466ECA. Grayscale: #929292. Windows color (decimal): -4615883 or 3510713. OLE color: 3510713.

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

Color convert

RGB 185 145 53 -
CMYK 0 0.22 0.71 0.27
HSL 41.82º 0.55% 0.47% -
HSV(B) 41.82º 0.71% 0.73% -
XYZ 30.78 30.82 7.7 -
YUV 146.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 185 145 53 0 0.22 0.71 0.27 41.82 0.55 0.47
Hex B9 91 35 0 16 47 1B 2A 37 2F
Octal 271 221 65 0 26 107 33 52 67 57
Binary 10111001 10010001 110101 0 10110 1000111 11011 101010 110111 101111

Color Harmonies of #B99135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99135

Black with #B99135

Text Example


Text Example

White with #B99135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99135; }

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

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

background-color css

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

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

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

border-color css

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

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

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