Html Css Color HEX #B79A14 Buddha Gold

📋 copy color: '#B79A14'

red 183 ◦ green 154 ◦ blue 20

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

Shades of Buddha Gold #B79A14

Tints of Buddha Gold #B79A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 51.26%
G = 43.14%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B79A14 (or 0xB79A14) is known color: Buddha Gold. HEX triplet: B7, 9A and 14. RGB value is (183,154,20). Sum of RGB (Red+Green+Blue) = 183+154+20=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A14 is #4865EB. Grayscale: #939393. Windows color (decimal): -4744684 or 1350327. OLE color: 1350327.

HSL color Cylindrical-coordinate representation of color #B79A14: hue angle of 49.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B79A14 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 154 20 -
CMYK 0 0.16 0.89 0.28
HSL 49.33º 0.8% 0.4% -
HSV(B) 49.33º 0.89% 0.72% -
XYZ 31.21 33.23 5.43 -
YUV 147.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 183 154 20 0 0.16 0.89 0.28 49.33 0.8 0.4
Hex B7 9A 14 0 10 59 1C 31 50 28
Octal 267 232 24 0 20 131 34 61 120 50
Binary 10110111 10011010 10100 0 10000 1011001 11100 110001 1010000 101000

Color Harmonies of #B79A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79A14

Black with #B79A14

Text Example


Text Example

White with #B79A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79A14; }

 p { color: rgb(183,154,20); }

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

background-color css

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

 a { background-color: rgb(183,154,20); }

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

border-color css

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

 span { border-color: rgb(183,154,20); }

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