Html Css Color HEX #B79515 Buddha Gold

📋 copy color: '#B79515'

red 183 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #B79515

Tints of Buddha Gold #B79515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 51.84%
G = 42.21%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B79515 (or 0xB79515) is known color: Buddha Gold. HEX triplet: B7, 95 and 15. RGB value is (183,149,21). Sum of RGB (Red+Green+Blue) = 183+149+21=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B79515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79515 is #486AEA. Grayscale: #919191. Windows color (decimal): -4745963 or 1414583. OLE color: 1414583.

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

Color convert

RGB 183 149 21 -
CMYK 0 0.19 0.89 0.28
HSL 47.41º 0.79% 0.4% -
HSV(B) 47.41º 0.89% 0.72% -
XYZ 30.41 31.62 5.21 -
YUV 144.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 183 149 21 0 0.19 0.89 0.28 47.41 0.79 0.4
Hex B7 95 15 0 13 59 1C 2F 4F 28
Octal 267 225 25 0 23 131 34 57 117 50
Binary 10110111 10010101 10101 0 10011 1011001 11100 101111 1001111 101000

Color Harmonies of #B79515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79515

Black with #B79515

Text Example


Text Example

White with #B79515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79515; }

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

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

background-color css

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

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

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

border-color css

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

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

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