Html Css Color HEX #B79518 Buddha Gold

📋 copy color: '#B79518'

red 183 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #B79518

Tints of Buddha Gold #B79518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 51.4%
G = 41.85%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B79518 (or 0xB79518) is known color: Buddha Gold. HEX triplet: B7, 95 and 18. RGB value is (183,149,24). Sum of RGB (Red+Green+Blue) = 183+149+24=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B79518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79518 is #486AE7. Grayscale: #919191. Windows color (decimal): -4745960 or 1611191. OLE color: 1611191.

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

Color convert

RGB 183 149 24 -
CMYK 0 0.19 0.87 0.28
HSL 47.17º 0.77% 0.41% -
HSV(B) 47.17º 0.87% 0.72% -
XYZ 30.44 31.63 5.36 -
YUV 144.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 183 149 24 0 0.19 0.87 0.28 47.17 0.77 0.41
Hex B7 95 18 0 13 57 1C 2F 4D 29
Octal 267 225 30 0 23 127 34 57 115 51
Binary 10110111 10010101 11000 0 10011 1010111 11100 101111 1001101 101001

Color Harmonies of #B79518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79518

Black with #B79518

Text Example


Text Example

White with #B79518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79518; }

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

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

background-color css

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

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

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

border-color css

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

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

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