Html Css Color HEX #B79534 Hokey Pokey

📋 copy color: '#B79534'

red 183 ◦ green 149 ◦ blue 52

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

Shades of Hokey Pokey #B79534

Tints of Hokey Pokey #B79534

RGB

 RED value IS 183 (71.88% from 255) = 47.66%

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 47.66%
G = 38.8%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B79534 (or 0xB79534) is known color: Hokey Pokey. HEX triplet: B7, 95 and 34. RGB value is (183,149,52). Sum of RGB (Red+Green+Blue) = 183+149+52=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B79534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79534 is #486ACB. Grayscale: #949494. Windows color (decimal): -4745932 or 3446199. OLE color: 3446199.

HSL color Cylindrical-coordinate representation of color #B79534: hue angle of 44.43º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B79534 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 149 52 -
CMYK 0 0.19 0.72 0.28
HSL 44.43º 0.56% 0.46% -
HSV(B) 44.43º 0.72% 0.72% -
XYZ 30.9 31.81 7.76 -
YUV 148.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 183 149 52 0 0.19 0.72 0.28 44.43 0.56 0.46
Hex B7 95 34 0 13 48 1C 2C 38 2E
Octal 267 225 64 0 23 110 34 54 70 56
Binary 10110111 10010101 110100 0 10011 1001000 11100 101100 111000 101110

Color Harmonies of #B79534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79534

Black with #B79534

Text Example


Text Example

White with #B79534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79534; }

 p { color: rgb(183,149,52); }

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

background-color css

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

 a { background-color: rgb(183,149,52); }

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

border-color css

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

 span { border-color: rgb(183,149,52); }

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