Html Css Color HEX #B49434 Hokey Pokey

📋 copy color: '#B49434'

red 180 ◦ green 148 ◦ blue 52

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

Shades of Hokey Pokey #B49434

Tints of Hokey Pokey #B49434

RGB

 RED value IS 180 (70.7% from 255) = 47.37%

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

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

R = 47.37%
G = 38.95%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B49434 (or 0xB49434) is known color: Hokey Pokey. HEX triplet: B4, 94 and 34. RGB value is (180,148,52). Sum of RGB (Red+Green+Blue) = 180+148+52=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49434 is #4B6BCB. Grayscale: #939393. Windows color (decimal): -4942796 or 3445940. OLE color: 3445940.

HSL color Cylindrical-coordinate representation of color #B49434: hue angle of 45º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B49434 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 52 -
CMYK 0 0.18 0.71 0.29
HSL 45º 0.55% 0.45% -
HSV(B) 45º 0.71% 0.71% -
XYZ 30.03 31.13 7.67 -
YUV 146.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 180 148 52 0 0.18 0.71 0.29 45 0.55 0.45
Hex B4 94 34 0 12 47 1D 2D 37 2D
Octal 264 224 64 0 22 107 35 55 67 55
Binary 10110100 10010100 110100 0 10010 1000111 11101 101101 110111 101101

Color Harmonies of #B49434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49434

Black with #B49434

Text Example


Text Example

White with #B49434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49434; }

 p { color: rgb(180,148,52); }

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

background-color css

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

 a { background-color: rgb(180,148,52); }

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

border-color css

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

 span { border-color: rgb(180,148,52); }

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