Html Css Color HEX #B49333 Hokey Pokey

📋 copy color: '#B49333'

red 180 ◦ green 147 ◦ blue 51

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

Shades of Hokey Pokey #B49333

Tints of Hokey Pokey #B49333

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 47.62%
G = 38.89%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B49333 (or 0xB49333) is known color: Hokey Pokey. HEX triplet: B4, 93 and 33. RGB value is (180,147,51). Sum of RGB (Red+Green+Blue) = 180+147+51=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B49333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49333 is #4B6CCC. Grayscale: #929292. Windows color (decimal): -4943053 or 3380148. OLE color: 3380148.

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

Color convert

RGB 180 147 51 -
CMYK 0 0.18 0.72 0.29
HSL 44.65º 0.56% 0.45% -
HSV(B) 44.65º 0.72% 0.71% -
XYZ 29.85 30.81 7.51 -
YUV 145.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 180 147 51 0 0.18 0.72 0.29 44.65 0.56 0.45
Hex B4 93 33 0 12 48 1D 2D 38 2D
Octal 264 223 63 0 22 110 35 55 70 55
Binary 10110100 10010011 110011 0 10010 1001000 11101 101101 111000 101101

Color Harmonies of #B49333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49333

Black with #B49333

Text Example


Text Example

White with #B49333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49333; }

 p { color: rgb(180,147,51); }

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

background-color css

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

 a { background-color: rgb(180,147,51); }

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

border-color css

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

 span { border-color: rgb(180,147,51); }

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