Html Css Color HEX #B99435 Hokey Pokey

📋 copy color: '#B99435'

red 185 ◦ green 148 ◦ blue 53

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

Shades of Hokey Pokey #B99435

Tints of Hokey Pokey #B99435

RGB

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

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

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

R = 47.93%
G = 38.34%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B99435 (or 0xB99435) is known color: Hokey Pokey. HEX triplet: B9, 94 and 35. RGB value is (185,148,53). Sum of RGB (Red+Green+Blue) = 185+148+53=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B99435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99435 is #466BCA. Grayscale: #949494. Windows color (decimal): -4615115 or 3511481. OLE color: 3511481.

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

Color convert

RGB 185 148 53 -
CMYK 0 0.20 0.71 0.27
HSL 43.18º 0.55% 0.47% -
HSV(B) 43.18º 0.71% 0.73% -
XYZ 31.24 31.75 7.85 -
YUV 148.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 185 148 53 0 0.20 0.71 0.27 43.18 0.55 0.47
Hex B9 94 35 0 14 47 1B 2B 37 2F
Octal 271 224 65 0 24 107 33 53 67 57
Binary 10111001 10010100 110101 0 10100 1000111 11011 101011 110111 101111

Color Harmonies of #B99435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99435

Black with #B99435

Text Example


Text Example

White with #B99435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99435; }

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

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

background-color css

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

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

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

border-color css

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

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

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