Html Css Color HEX #B99834 Hokey Pokey

📋 copy color: '#B99834'

red 185 ◦ green 152 ◦ blue 52

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

Shades of Hokey Pokey #B99834

Tints of Hokey Pokey #B99834

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 47.56%
G = 39.07%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B99834 (or 0xB99834) is known color: Hokey Pokey. HEX triplet: B9, 98 and 34. RGB value is (185,152,52). Sum of RGB (Red+Green+Blue) = 185+152+52=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B99834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99834 is #4667CB. Grayscale: #969696. Windows color (decimal): -4614092 or 3446969. OLE color: 3446969.

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

Color convert

RGB 185 152 52 -
CMYK 0 0.18 0.72 0.27
HSL 45.11º 0.56% 0.46% -
HSV(B) 45.11º 0.72% 0.73% -
XYZ 31.86 33.02 7.94 -
YUV 150.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 185 152 52 0 0.18 0.72 0.27 45.11 0.56 0.46
Hex B9 98 34 0 12 48 1B 2D 38 2E
Octal 271 230 64 0 22 110 33 55 70 56
Binary 10111001 10011000 110100 0 10010 1001000 11011 101101 111000 101110

Color Harmonies of #B99834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99834

Black with #B99834

Text Example


Text Example

White with #B99834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99834; }

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

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

background-color css

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

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

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

border-color css

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

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

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