Html Css Color HEX #B8A511 Buddha Gold

📋 copy color: '#B8A511'

red 184 ◦ green 165 ◦ blue 17

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

Shades of Buddha Gold #B8A511

Tints of Buddha Gold #B8A511

RGB

 RED value IS 184 (72.27% from 255) = 50.27%

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

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

R = 50.27%
G = 45.08%
B = 4.64%

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

#B8A511 (or 0xB8A511) is known color: Buddha Gold. HEX triplet: B8, A5 and 11. RGB value is (184,165,17). Sum of RGB (Red+Green+Blue) = 184+165+17=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A511 is #475AEE. Grayscale: #9A9A9A. Windows color (decimal): -4676335 or 1156536. OLE color: 1156536.

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

Color convert

RGB 184 165 17 -
CMYK 0 0.10 0.91 0.28
HSL 53.17º 0.83% 0.39% -
HSV(B) 53.17º 0.91% 0.72% -
XYZ 33.32 37.14 5.94 -
YUV 153.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 184 165 17 0 0.10 0.91 0.28 53.17 0.83 0.39
Hex B8 A5 11 0 A 5B 1C 35 53 27
Octal 270 245 21 0 12 133 34 65 123 47
Binary 10111000 10100101 10001 0 1010 1011011 11100 110101 1010011 100111

Color Harmonies of #B8A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A511

Black with #B8A511

Text Example


Text Example

White with #B8A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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