Html Css Color HEX #B7A115 Buddha Gold

📋 copy color: '#B7A115'

red 183 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #B7A115

Tints of Buddha Gold #B7A115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.11%

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

R = 50.14%
G = 44.11%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7A115 (or 0xB7A115) is known color: Buddha Gold. HEX triplet: B7, A1 and 15. RGB value is (183,161,21). Sum of RGB (Red+Green+Blue) = 183+161+21=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A115 is #485EEA. Grayscale: #989898. Windows color (decimal): -4742891 or 1417655. OLE color: 1417655.

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

Color convert

RGB 183 161 21 -
CMYK 0 0.12 0.89 0.28
HSL 51.85º 0.79% 0.4% -
HSV(B) 51.85º 0.89% 0.72% -
XYZ 32.41 35.61 5.87 -
YUV 151.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 183 161 21 0 0.12 0.89 0.28 51.85 0.79 0.4
Hex B7 A1 15 0 C 59 1C 34 4F 28
Octal 267 241 25 0 14 131 34 64 117 50
Binary 10110111 10100001 10101 0 1100 1011001 11100 110100 1001111 101000

Color Harmonies of #B7A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A115

Black with #B7A115

Text Example


Text Example

White with #B7A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A115; }

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

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

background-color css

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

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

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

border-color css

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

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

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