Html Css Color HEX #B48C34 Hokey Pokey

📋 copy color: '#B48C34'

red 180 ◦ green 140 ◦ blue 52

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

Shades of Hokey Pokey #B48C34

Tints of Hokey Pokey #B48C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 48.39%
G = 37.63%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B48C34 (or 0xB48C34) is known color: Hokey Pokey. HEX triplet: B4, 8C and 34. RGB value is (180,140,52). Sum of RGB (Red+Green+Blue) = 180+140+52=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C34 is #4B73CB. Grayscale: #8E8E8E. Windows color (decimal): -4944844 or 3443892. OLE color: 3443892.

HSL color Cylindrical-coordinate representation of color #B48C34: hue angle of 41.25º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B48C34 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 52 -
CMYK 0 0.22 0.71 0.29
HSL 41.25º 0.55% 0.45% -
HSV(B) 41.25º 0.71% 0.71% -
XYZ 28.82 28.71 7.27 -
YUV 141.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 180 140 52 0 0.22 0.71 0.29 41.25 0.55 0.45
Hex B4 8C 34 0 16 47 1D 29 37 2D
Octal 264 214 64 0 26 107 35 51 67 55
Binary 10110100 10001100 110100 0 10110 1000111 11101 101001 110111 101101

Color Harmonies of #B48C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C34

Black with #B48C34

Text Example


Text Example

White with #B48C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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