Html Css Color HEX #B49231 Hokey Pokey

📋 copy color: '#B49231'

red 180 ◦ green 146 ◦ blue 49

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

Shades of Hokey Pokey #B49231

Tints of Hokey Pokey #B49231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 48%
G = 38.93%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49231 (or 0xB49231) is known color: Hokey Pokey. HEX triplet: B4, 92 and 31. RGB value is (180,146,49). Sum of RGB (Red+Green+Blue) = 180+146+49=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B49231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49231 is #4B6DCE. Grayscale: #919191. Windows color (decimal): -4943311 or 3248820. OLE color: 3248820.

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

Color convert

RGB 180 146 49 -
CMYK 0 0.19 0.73 0.29
HSL 44.43º 0.57% 0.45% -
HSV(B) 44.43º 0.73% 0.71% -
XYZ 29.66 30.48 7.23 -
YUV 145.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 180 146 49 0 0.19 0.73 0.29 44.43 0.57 0.45
Hex B4 92 31 0 13 49 1D 2C 39 2D
Octal 264 222 61 0 23 111 35 54 71 55
Binary 10110100 10010010 110001 0 10011 1001001 11101 101100 111001 101101

Color Harmonies of #B49231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49231

Black with #B49231

Text Example


Text Example

White with #B49231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49231; }

 p { color: rgb(180,146,49); }

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

background-color css

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

 a { background-color: rgb(180,146,49); }

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

border-color css

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

 span { border-color: rgb(180,146,49); }

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