Html Css Color HEX #B49030 Hokey Pokey

📋 copy color: '#B49030'

red 180 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #B49030

Tints of Hokey Pokey #B49030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 48.39%
G = 38.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49030 (or 0xB49030) is known color: Hokey Pokey. HEX triplet: B4, 90 and 30. RGB value is (180,144,48). Sum of RGB (Red+Green+Blue) = 180+144+48=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B49030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49030 is #4B6FCF. Grayscale: #909090. Windows color (decimal): -4943824 or 3182772. OLE color: 3182772.

HSL color Cylindrical-coordinate representation of color #B49030: hue angle of 43.64º degrees, saturation: 0.58, 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 #B49030 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 48 -
CMYK 0 0.2 0.73 0.29
HSL 43.64º 0.58% 0.45% -
HSV(B) 43.64º 0.73% 0.71% -
XYZ 29.33 29.86 7.01 -
YUV 143.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 180 144 48 0 0.2 0.73 0.29 43.64 0.58 0.45
Hex B4 90 30 0 14 49 1D 2C 3A 2D
Octal 264 220 60 0 24 111 35 54 72 55
Binary 10110100 10010000 110000 0 10100 1001001 11101 101100 111010 101101

Color Harmonies of #B49030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49030

Black with #B49030

Text Example


Text Example

White with #B49030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49030; }

 p { color: rgb(180,144,48); }

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

background-color css

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

 a { background-color: rgb(180,144,48); }

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

border-color css

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

 span { border-color: rgb(180,144,48); }

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