Html Css Color HEX #B79912 Buddha Gold

📋 copy color: '#B79912'

red 183 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #B79912

Tints of Buddha Gold #B79912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 51.69%
G = 43.22%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B79912 (or 0xB79912) is known color: Buddha Gold. HEX triplet: B7, 99 and 12. RGB value is (183,153,18). Sum of RGB (Red+Green+Blue) = 183+153+18=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B79912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79912 is #4866ED. Grayscale: #939393. Windows color (decimal): -4744942 or 1218999. OLE color: 1218999.

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

Color convert

RGB 183 153 18 -
CMYK 0 0.16 0.90 0.28
HSL 49.09º 0.82% 0.39% -
HSV(B) 49.09º 0.9% 0.72% -
XYZ 31.03 32.89 5.29 -
YUV 146.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 183 153 18 0 0.16 0.90 0.28 49.09 0.82 0.39
Hex B7 99 12 0 10 5A 1C 31 52 27
Octal 267 231 22 0 20 132 34 61 122 47
Binary 10110111 10011001 10010 0 10000 1011010 11100 110001 1010010 100111

Color Harmonies of #B79912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79912

Black with #B79912

Text Example


Text Example

White with #B79912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79912; }

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

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

background-color css

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

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

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

border-color css

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

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

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