Html Css Color HEX #B48E32 Hokey Pokey

📋 copy color: '#B48E32'

red 180 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #B48E32

Tints of Hokey Pokey #B48E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 48.39%
G = 38.17%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B48E32 (or 0xB48E32) is known color: Hokey Pokey. HEX triplet: B4, 8E and 32. RGB value is (180,142,50). Sum of RGB (Red+Green+Blue) = 180+142+50=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E32 is #4B71CD. Grayscale: #8F8F8F. Windows color (decimal): -4944334 or 3313332. OLE color: 3313332.

HSL color Cylindrical-coordinate representation of color #B48E32: hue angle of 42.46º degrees, saturation: 0.57, 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 #B48E32 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 142 50 -
CMYK 0 0.21 0.72 0.29
HSL 42.46º 0.57% 0.45% -
HSV(B) 42.46º 0.72% 0.71% -
XYZ 29.07 29.28 7.14 -
YUV 142.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 180 142 50 0 0.21 0.72 0.29 42.46 0.57 0.45
Hex B4 8E 32 0 15 48 1D 2A 39 2D
Octal 264 216 62 0 25 110 35 52 71 55
Binary 10110100 10001110 110010 0 10101 1001000 11101 101010 111001 101101

Color Harmonies of #B48E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E32

Black with #B48E32

Text Example


Text Example

White with #B48E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E32; }

 p { color: rgb(180,142,50); }

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

background-color css

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

 a { background-color: rgb(180,142,50); }

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

border-color css

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

 span { border-color: rgb(180,142,50); }

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