Html Css Color HEX #B48C30 Hokey Pokey

📋 copy color: '#B48C30'

red 180 ◦ green 140 ◦ blue 48

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

Shades of Hokey Pokey #B48C30

Tints of Hokey Pokey #B48C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 48.91%
G = 38.04%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B48C30 (or 0xB48C30) is known color: Hokey Pokey. HEX triplet: B4, 8C and 30. RGB value is (180,140,48). Sum of RGB (Red+Green+Blue) = 180+140+48=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C30 is #4B73CF. Grayscale: #8D8D8D. Windows color (decimal): -4944848 or 3181748. OLE color: 3181748.

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

Color convert

RGB 180 140 48 -
CMYK 0 0.22 0.73 0.29
HSL 41.82º 0.58% 0.45% -
HSV(B) 41.82º 0.73% 0.71% -
XYZ 28.73 28.67 6.82 -
YUV 141.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 180 140 48 0 0.22 0.73 0.29 41.82 0.58 0.45
Hex B4 8C 30 0 16 49 1D 2A 3A 2D
Octal 264 214 60 0 26 111 35 52 72 55
Binary 10110100 10001100 110000 0 10110 1001001 11101 101010 111010 101101

Color Harmonies of #B48C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C30

Black with #B48C30

Text Example


Text Example

White with #B48C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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