Html Css Color HEX #B48D32 Hokey Pokey

📋 copy color: '#B48D32'

red 180 ◦ green 141 ◦ blue 50

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

Shades of Hokey Pokey #B48D32

Tints of Hokey Pokey #B48D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.01%

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

R = 48.52%
G = 38.01%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B48D32 (or 0xB48D32) is known color: Hokey Pokey. HEX triplet: B4, 8D and 32. RGB value is (180,141,50). Sum of RGB (Red+Green+Blue) = 180+141+50=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D32 is #4B72CD. Grayscale: #8E8E8E. Windows color (decimal): -4944590 or 3313076. OLE color: 3313076.

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

Color convert

RGB 180 141 50 -
CMYK 0 0.22 0.72 0.29
HSL 42º 0.57% 0.45% -
HSV(B) 42º 0.72% 0.71% -
XYZ 28.92 28.98 7.09 -
YUV 142.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 180 141 50 0 0.22 0.72 0.29 42 0.57 0.45
Hex B4 8D 32 0 16 48 1D 2A 39 2D
Octal 264 215 62 0 26 110 35 52 71 55
Binary 10110100 10001101 110010 0 10110 1001000 11101 101010 111001 101101

Color Harmonies of #B48D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D32

Black with #B48D32

Text Example


Text Example

White with #B48D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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