Html Css Color HEX #B79A07 Buddha Gold

📋 copy color: '#B79A07'

red 183 ◦ green 154 ◦ blue 7

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

Shades of Buddha Gold #B79A07

Tints of Buddha Gold #B79A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 53.2%
G = 44.77%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B79A07 (or 0xB79A07) is known color: Buddha Gold. HEX triplet: B7, 9A and 07. RGB value is (183,154,7). Sum of RGB (Red+Green+Blue) = 183+154+7=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A07 is #4865F8. Grayscale: #929292. Windows color (decimal): -4744697 or 498359. OLE color: 498359.

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

Color convert

RGB 183 154 7 -
CMYK 0 0.16 0.96 0.28
HSL 50.11º 0.93% 0.37% -
HSV(B) 50.11º 0.96% 0.72% -
XYZ 31.12 33.19 4.97 -
YUV 145.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 183 154 7 0 0.16 0.96 0.28 50.11 0.93 0.37
Hex B7 9A 7 0 10 60 1C 32 5D 25
Octal 267 232 7 0 20 140 34 62 135 45
Binary 10110111 10011010 111 0 10000 1100000 11100 110010 1011101 100101

Color Harmonies of #B79A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79A07

Black with #B79A07

Text Example


Text Example

White with #B79A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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