Html Css Color HEX #B79E00 Buddha Gold

📋 copy color: '#B79E00'

red 183 ◦ green 158 ◦ blue 0

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

Shades of Buddha Gold #B79E00

Tints of Buddha Gold #B79E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.67%
G = 46.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B79E00 (or 0xB79E00) is known color: Buddha Gold. HEX triplet: B7, 9E and 00. RGB value is (183,158,0). Sum of RGB (Red+Green+Blue) = 183+158+0=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79E00 is #4861FF. Grayscale: #949494. Windows color (decimal): -4743680 or 40631. OLE color: 40631.

HSL color Cylindrical-coordinate representation of color #B79E00: hue angle of 51.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B79E00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 158 0 -
CMYK 0 0.14 1 0.28
HSL 51.8º 1% 0.36% -
HSV(B) 51.8º 1% 0.72% -
XYZ 31.76 34.52 4.99 -
YUV 147.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 183 158 0 0 0.14 1 0.28 51.8 1 0.36
Hex B7 9E 0 0 E 64 1C 34 64 24
Octal 267 236 0 0 16 144 34 64 144 44
Binary 10110111 10011110 0 0 1110 1100100 11100 110100 1100100 100100

Color Harmonies of #B79E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79E00

Black with #B79E00

Text Example


Text Example

White with #B79E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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