Html Css Color HEX #B79E07 Buddha Gold

📋 copy color: '#B79E07'

red 183 ◦ green 158 ◦ blue 7

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

Shades of Buddha Gold #B79E07

Tints of Buddha Gold #B79E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

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

R = 52.59%
G = 45.4%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B79E07 (or 0xB79E07) is known color: Buddha Gold. HEX triplet: B7, 9E and 07. RGB value is (183,158,7). Sum of RGB (Red+Green+Blue) = 183+158+7=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79E07 is #4861F8. Grayscale: #949494. Windows color (decimal): -4743673 or 499383. OLE color: 499383.

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

Color convert

RGB 183 158 7 -
CMYK 0 0.14 0.96 0.28
HSL 51.48º 0.93% 0.37% -
HSV(B) 51.48º 0.96% 0.72% -
XYZ 31.79 34.54 5.19 -
YUV 148.26 48.28 152.78 -
System Red Green Blue C M Y K H S L
Decimal 183 158 7 0 0.14 0.96 0.28 51.48 0.93 0.37
Hex B7 9E 7 0 E 60 1C 33 5D 25
Octal 267 236 7 0 16 140 34 63 135 45
Binary 10110111 10011110 111 0 1110 1100000 11100 110011 1011101 100101

Color Harmonies of #B79E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79E07

Black with #B79E07

Text Example


Text Example

White with #B79E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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