Html Css Color HEX #B79C15 Buddha Gold

📋 copy color: '#B79C15'

red 183 ◦ green 156 ◦ blue 21

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

Shades of Buddha Gold #B79C15

Tints of Buddha Gold #B79C15

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.33%

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 50.83%
G = 43.33%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B79C15 (or 0xB79C15) is known color: Buddha Gold. HEX triplet: B7, 9C and 15. RGB value is (183,156,21). Sum of RGB (Red+Green+Blue) = 183+156+21=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79C15 is #4863EA. Grayscale: #959595. Windows color (decimal): -4744171 or 1416375. OLE color: 1416375.

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

Color convert

RGB 183 156 21 -
CMYK 0 0.15 0.89 0.28
HSL 50º 0.79% 0.4% -
HSV(B) 50º 0.89% 0.72% -
XYZ 31.55 33.9 5.59 -
YUV 148.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 183 156 21 0 0.15 0.89 0.28 50 0.79 0.4
Hex B7 9C 15 0 F 59 1C 32 4F 28
Octal 267 234 25 0 17 131 34 62 117 50
Binary 10110111 10011100 10101 0 1111 1011001 11100 110010 1001111 101000

Color Harmonies of #B79C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79C15

Black with #B79C15

Text Example


Text Example

White with #B79C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79C15; }

 p { color: rgb(183,156,21); }

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

background-color css

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

 a { background-color: rgb(183,156,21); }

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

border-color css

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

 span { border-color: rgb(183,156,21); }

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