Html Css Color HEX #B7A117 Buddha Gold

📋 copy color: '#B7A117'

red 183 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #B7A117

Tints of Buddha Gold #B7A117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.27%

R = 49.86%
G = 43.87%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B7A117 (or 0xB7A117) is known color: Buddha Gold. HEX triplet: B7, A1 and 17. RGB value is (183,161,23). Sum of RGB (Red+Green+Blue) = 183+161+23=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A117 is #485EE8. Grayscale: #989898. Windows color (decimal): -4742889 or 1548727. OLE color: 1548727.

HSL color Cylindrical-coordinate representation of color #B7A117: hue angle of 51.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7A117 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 23 -
CMYK 0 0.12 0.87 0.28
HSL 51.75º 0.78% 0.4% -
HSV(B) 51.75º 0.87% 0.72% -
XYZ 32.43 35.62 5.98 -
YUV 151.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 183 161 23 0 0.12 0.87 0.28 51.75 0.78 0.4
Hex B7 A1 17 0 C 57 1C 34 4E 28
Octal 267 241 27 0 14 127 34 64 116 50
Binary 10110111 10100001 10111 0 1100 1010111 11100 110100 1001110 101000

Color Harmonies of #B7A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A117

Black with #B7A117

Text Example


Text Example

White with #B7A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A117; }

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

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

background-color css

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

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

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

border-color css

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

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

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