Html Css Color HEX #B7A410 Buddha Gold

📋 copy color: '#B7A410'

red 183 ◦ green 164 ◦ blue 16

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

Shades of Buddha Gold #B7A410

Tints of Buddha Gold #B7A410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.18%

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 50.41%
G = 45.18%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7A410 (or 0xB7A410) is known color: Buddha Gold. HEX triplet: B7, A4 and 10. RGB value is (183,164,16). Sum of RGB (Red+Green+Blue) = 183+164+16=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A410 is #485BEF. Grayscale: #999999. Windows color (decimal): -4742128 or 1090743. OLE color: 1090743.

HSL color Cylindrical-coordinate representation of color #B7A410: hue angle of 53.17º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7A410 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 16 -
CMYK 0 0.10 0.91 0.28
HSL 53.17º 0.84% 0.39% -
HSV(B) 53.17º 0.91% 0.72% -
XYZ 32.9 36.66 5.83 -
YUV 152.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 183 164 16 0 0.10 0.91 0.28 53.17 0.84 0.39
Hex B7 A4 10 0 A 5B 1C 35 54 27
Octal 267 244 20 0 12 133 34 65 124 47
Binary 10110111 10100100 10000 0 1010 1011011 11100 110101 1010100 100111

Color Harmonies of #B7A410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A410

Black with #B7A410

Text Example


Text Example

White with #B7A410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A410; }

 p { color: rgb(183,164,16); }

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

background-color css

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

 a { background-color: rgb(183,164,16); }

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

border-color css

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

 span { border-color: rgb(183,164,16); }

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