Html Css Color HEX #B48A32 Hokey Pokey

📋 copy color: '#B48A32'

red 180 ◦ green 138 ◦ blue 50

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

Shades of Hokey Pokey #B48A32

Tints of Hokey Pokey #B48A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 48.91%
G = 37.5%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B48A32 (or 0xB48A32) is known color: Hokey Pokey. HEX triplet: B4, 8A and 32. RGB value is (180,138,50). Sum of RGB (Red+Green+Blue) = 180+138+50=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A32 is #4B75CD. Grayscale: #8C8C8C. Windows color (decimal): -4945358 or 3312308. OLE color: 3312308.

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

Color convert

RGB 180 138 50 -
CMYK 0 0.23 0.72 0.29
HSL 40.62º 0.57% 0.45% -
HSV(B) 40.62º 0.72% 0.71% -
XYZ 28.49 28.11 6.94 -
YUV 140.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 180 138 50 0 0.23 0.72 0.29 40.62 0.57 0.45
Hex B4 8A 32 0 17 48 1D 29 39 2D
Octal 264 212 62 0 27 110 35 51 71 55
Binary 10110100 10001010 110010 0 10111 1001000 11101 101001 111001 101101

Color Harmonies of #B48A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A32

Black with #B48A32

Text Example


Text Example

White with #B48A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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