Html Css Color HEX #B79512 Buddha Gold

📋 copy color: '#B79512'

red 183 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #B79512

Tints of Buddha Gold #B79512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 52.29%
G = 42.57%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B79512 (or 0xB79512) is known color: Buddha Gold. HEX triplet: B7, 95 and 12. RGB value is (183,149,18). Sum of RGB (Red+Green+Blue) = 183+149+18=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B79512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79512 is #486AED. Grayscale: #909090. Windows color (decimal): -4745966 or 1217975. OLE color: 1217975.

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

Color convert

RGB 183 149 18 -
CMYK 0 0.19 0.90 0.28
HSL 47.64º 0.82% 0.39% -
HSV(B) 47.64º 0.9% 0.72% -
XYZ 30.39 31.61 5.07 -
YUV 144.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 183 149 18 0 0.19 0.90 0.28 47.64 0.82 0.39
Hex B7 95 12 0 13 5A 1C 30 52 27
Octal 267 225 22 0 23 132 34 60 122 47
Binary 10110111 10010101 10010 0 10011 1011010 11100 110000 1010010 100111

Color Harmonies of #B79512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79512

Black with #B79512

Text Example


Text Example

White with #B79512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79512; }

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

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

background-color css

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

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

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

border-color css

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

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

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