Html Css Color HEX #B79130 Hokey Pokey

📋 copy color: '#B79130'

red 183 ◦ green 145 ◦ blue 48

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

Shades of Hokey Pokey #B79130

Tints of Hokey Pokey #B79130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

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

R = 48.67%
G = 38.56%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B79130 (or 0xB79130) is known color: Hokey Pokey. HEX triplet: B7, 91 and 30. RGB value is (183,145,48). Sum of RGB (Red+Green+Blue) = 183+145+48=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B79130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79130 is #486ECF. Grayscale: #919191. Windows color (decimal): -4746960 or 3183031. OLE color: 3183031.

HSL color Cylindrical-coordinate representation of color #B79130: hue angle of 43.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B79130 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 145 48 -
CMYK 0 0.21 0.74 0.28
HSL 43.11º 0.58% 0.45% -
HSV(B) 43.11º 0.74% 0.72% -
XYZ 30.19 30.53 7.1 -
YUV 145.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 183 145 48 0 0.21 0.74 0.28 43.11 0.58 0.45
Hex B7 91 30 0 15 4A 1C 2B 3A 2D
Octal 267 221 60 0 25 112 34 53 72 55
Binary 10110111 10010001 110000 0 10101 1001010 11100 101011 111010 101101

Color Harmonies of #B79130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79130

Black with #B79130

Text Example


Text Example

White with #B79130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79130; }

 p { color: rgb(183,145,48); }

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

background-color css

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

 a { background-color: rgb(183,145,48); }

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

border-color css

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

 span { border-color: rgb(183,145,48); }

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