Html Css Color HEX #B48F32 Hokey Pokey

📋 copy color: '#B48F32'

red 180 ◦ green 143 ◦ blue 50

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

Shades of Hokey Pokey #B48F32

Tints of Hokey Pokey #B48F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 48.26%
G = 38.34%
B = 13.4%

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

#B48F32 (or 0xB48F32) is known color: Hokey Pokey. HEX triplet: B4, 8F and 32. RGB value is (180,143,50). Sum of RGB (Red+Green+Blue) = 180+143+50=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F32 is #4B70CD. Grayscale: #8F8F8F. Windows color (decimal): -4944078 or 3313588. OLE color: 3313588.

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

Color convert

RGB 180 143 50 -
CMYK 0 0.21 0.72 0.29
HSL 42.92º 0.57% 0.45% -
HSV(B) 42.92º 0.72% 0.71% -
XYZ 29.22 29.58 7.19 -
YUV 143.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 180 143 50 0 0.21 0.72 0.29 42.92 0.57 0.45
Hex B4 8F 32 0 15 48 1D 2B 39 2D
Octal 264 217 62 0 25 110 35 53 71 55
Binary 10110100 10001111 110010 0 10101 1001000 11101 101011 111001 101101

Color Harmonies of #B48F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F32

Black with #B48F32

Text Example


Text Example

White with #B48F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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