Html Css Color HEX #B79314 Buddha Gold

📋 copy color: '#B79314'

red 183 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #B79314

Tints of Buddha Gold #B79314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

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

R = 52.29%
G = 42%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B79314 (or 0xB79314) is known color: Buddha Gold. HEX triplet: B7, 93 and 14. RGB value is (183,147,20). Sum of RGB (Red+Green+Blue) = 183+147+20=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B79314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79314 is #486CEB. Grayscale: #8F8F8F. Windows color (decimal): -4746476 or 1348535. OLE color: 1348535.

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

Color convert

RGB 183 147 20 -
CMYK 0 0.20 0.89 0.28
HSL 46.75º 0.8% 0.4% -
HSV(B) 46.75º 0.89% 0.72% -
XYZ 30.09 30.99 5.06 -
YUV 143.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 183 147 20 0 0.20 0.89 0.28 46.75 0.8 0.4
Hex B7 93 14 0 14 59 1C 2F 50 28
Octal 267 223 24 0 24 131 34 57 120 50
Binary 10110111 10010011 10100 0 10100 1011001 11100 101111 1010000 101000

Color Harmonies of #B79314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79314

Black with #B79314

Text Example


Text Example

White with #B79314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79314; }

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

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

background-color css

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

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

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

border-color css

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

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

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