Html Css Color HEX #B9A512 Buddha Gold

📋 copy color: '#B9A512'

red 185 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #B9A512

Tints of Buddha Gold #B9A512

RGB

 RED value IS 185 (72.66% from 255) = 50.27%

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 50.27%
G = 44.84%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9A512 (or 0xB9A512) is known color: Buddha Gold. HEX triplet: B9, A5 and 12. RGB value is (185,165,18). Sum of RGB (Red+Green+Blue) = 185+165+18=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A512 is #465AED. Grayscale: #9A9A9A. Windows color (decimal): -4610798 or 1222073. OLE color: 1222073.

HSL color Cylindrical-coordinate representation of color #B9A512: hue angle of 52.81º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9A512 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 18 -
CMYK 0 0.11 0.90 0.27
HSL 52.81º 0.82% 0.4% -
HSV(B) 52.81º 0.9% 0.73% -
XYZ 33.57 37.27 6 -
YUV 154.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 185 165 18 0 0.11 0.90 0.27 52.81 0.82 0.4
Hex B9 A5 12 0 B 5A 1B 35 52 28
Octal 271 245 22 0 13 132 33 65 122 50
Binary 10111001 10100101 10010 0 1011 1011010 11011 110101 1010010 101000

Color Harmonies of #B9A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A512

Black with #B9A512

Text Example


Text Example

White with #B9A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A512; }

 p { color: rgb(185,165,18); }

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

background-color css

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

 a { background-color: rgb(185,165,18); }

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

border-color css

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

 span { border-color: rgb(185,165,18); }

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