Html Css Color HEX #B7A511 Buddha Gold

📋 copy color: '#B7A511'

red 183 ◦ green 165 ◦ blue 17

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

Shades of Buddha Gold #B7A511

Tints of Buddha Gold #B7A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 50.14%
G = 45.21%
B = 4.66%

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

#B7A511 (or 0xB7A511) is known color: Buddha Gold. HEX triplet: B7, A5 and 11. RGB value is (183,165,17). Sum of RGB (Red+Green+Blue) = 183+165+17=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A511 is #485AEE. Grayscale: #9A9A9A. Windows color (decimal): -4741871 or 1156535. OLE color: 1156535.

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

Color convert

RGB 183 165 17 -
CMYK 0 0.10 0.91 0.28
HSL 53.49º 0.83% 0.39% -
HSV(B) 53.49º 0.91% 0.72% -
XYZ 33.08 37.02 5.93 -
YUV 153.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 183 165 17 0 0.10 0.91 0.28 53.49 0.83 0.39
Hex B7 A5 11 0 A 5B 1C 35 53 27
Octal 267 245 21 0 12 133 34 65 123 47
Binary 10110111 10100101 10001 0 1010 1011011 11100 110101 1010011 100111

Color Harmonies of #B7A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A511

Black with #B7A511

Text Example


Text Example

White with #B7A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A511; }

 p { color: rgb(183,165,17); }

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

background-color css

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

 a { background-color: rgb(183,165,17); }

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

border-color css

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

 span { border-color: rgb(183,165,17); }

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