Html Css Color HEX #B79212 Buddha Gold

📋 copy color: '#B79212'

red 183 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #B79212

Tints of Buddha Gold #B79212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

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

R = 52.74%
G = 42.07%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B79212 (or 0xB79212) is known color: Buddha Gold. HEX triplet: B7, 92 and 12. RGB value is (183,146,18). Sum of RGB (Red+Green+Blue) = 183+146+18=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B79212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79212 is #486DED. Grayscale: #8F8F8F. Windows color (decimal): -4746734 or 1217207. OLE color: 1217207.

HSL color Cylindrical-coordinate representation of color #B79212: hue angle of 46.55º 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 #B79212 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 146 18 -
CMYK 0 0.20 0.90 0.28
HSL 46.55º 0.82% 0.39% -
HSV(B) 46.55º 0.9% 0.72% -
XYZ 29.92 30.67 4.92 -
YUV 142.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 183 146 18 0 0.20 0.90 0.28 46.55 0.82 0.39
Hex B7 92 12 0 14 5A 1C 2F 52 27
Octal 267 222 22 0 24 132 34 57 122 47
Binary 10110111 10010010 10010 0 10100 1011010 11100 101111 1010010 100111

Color Harmonies of #B79212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79212

Black with #B79212

Text Example


Text Example

White with #B79212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79212; }

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

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

background-color css

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

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

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

border-color css

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

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

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