Html Css Color HEX #B48E34 Hokey Pokey

📋 copy color: '#B48E34'

red 180 ◦ green 142 ◦ blue 52

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

Shades of Hokey Pokey #B48E34

Tints of Hokey Pokey #B48E34

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.97%

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

R = 48.13%
G = 37.97%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B48E34 (or 0xB48E34) is known color: Hokey Pokey. HEX triplet: B4, 8E and 34. RGB value is (180,142,52). Sum of RGB (Red+Green+Blue) = 180+142+52=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E34 is #4B71CB. Grayscale: #8F8F8F. Windows color (decimal): -4944332 or 3444404. OLE color: 3444404.

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

Color convert

RGB 180 142 52 -
CMYK 0 0.21 0.71 0.29
HSL 42.19º 0.55% 0.45% -
HSV(B) 42.19º 0.71% 0.71% -
XYZ 29.12 29.3 7.37 -
YUV 143.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 180 142 52 0 0.21 0.71 0.29 42.19 0.55 0.45
Hex B4 8E 34 0 15 47 1D 2A 37 2D
Octal 264 216 64 0 25 107 35 52 67 55
Binary 10110100 10001110 110100 0 10101 1000111 11101 101010 110111 101101

Color Harmonies of #B48E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E34

Black with #B48E34

Text Example


Text Example

White with #B48E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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