Html Css Color HEX #B7A110 Buddha Gold

📋 copy color: '#B7A110'

red 183 ◦ green 161 ◦ blue 16

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

Shades of Buddha Gold #B7A110

Tints of Buddha Gold #B7A110

RGB

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

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

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

R = 50.83%
G = 44.72%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7A110 (or 0xB7A110) is known color: Buddha Gold. HEX triplet: B7, A1 and 10. RGB value is (183,161,16). Sum of RGB (Red+Green+Blue) = 183+161+16=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A110 is #485EEF. Grayscale: #979797. Windows color (decimal): -4742896 or 1089975. OLE color: 1089975.

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

Color convert

RGB 183 161 16 -
CMYK 0 0.12 0.91 0.28
HSL 52.1º 0.84% 0.39% -
HSV(B) 52.1º 0.91% 0.72% -
XYZ 32.37 35.59 5.65 -
YUV 151.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 183 161 16 0 0.12 0.91 0.28 52.1 0.84 0.39
Hex B7 A1 10 0 C 5B 1C 34 54 27
Octal 267 241 20 0 14 133 34 64 124 47
Binary 10110111 10100001 10000 0 1100 1011011 11100 110100 1010100 100111

Color Harmonies of #B7A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A110

Black with #B7A110

Text Example


Text Example

White with #B7A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A110; }

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

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

background-color css

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

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

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

border-color css

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

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

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