Html Css Color HEX #B79412 Buddha Gold

📋 copy color: '#B79412'

red 183 ◦ green 148 ◦ blue 18

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

Shades of Buddha Gold #B79412

Tints of Buddha Gold #B79412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 52.44%
G = 42.41%
B = 5.16%

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

#B79412 (or 0xB79412) is known color: Buddha Gold. HEX triplet: B7, 94 and 12. RGB value is (183,148,18). Sum of RGB (Red+Green+Blue) = 183+148+18=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B79412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79412 is #486BED. Grayscale: #909090. Windows color (decimal): -4746222 or 1217719. OLE color: 1217719.

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

Color convert

RGB 183 148 18 -
CMYK 0 0.19 0.90 0.28
HSL 47.27º 0.82% 0.39% -
HSV(B) 47.27º 0.9% 0.72% -
XYZ 30.23 31.29 5.02 -
YUV 143.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 183 148 18 0 0.19 0.90 0.28 47.27 0.82 0.39
Hex B7 94 12 0 13 5A 1C 2F 52 27
Octal 267 224 22 0 23 132 34 57 122 47
Binary 10110111 10010100 10010 0 10011 1011010 11100 101111 1010010 100111

Color Harmonies of #B79412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79412

Black with #B79412

Text Example


Text Example

White with #B79412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79412; }

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

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

background-color css

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

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

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

border-color css

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

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

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