Html Css Color HEX #B9A413 Buddha Gold

📋 copy color: '#B9A413'

red 185 ◦ green 164 ◦ blue 19

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

Shades of Buddha Gold #B9A413

Tints of Buddha Gold #B9A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.57%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 50.27%
G = 44.57%
B = 5.16%

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

#B9A413 (or 0xB9A413) is known color: Buddha Gold. HEX triplet: B9, A4 and 13. RGB value is (185,164,19). Sum of RGB (Red+Green+Blue) = 185+164+19=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A413 is #465BEC. Grayscale: #9A9A9A. Windows color (decimal): -4611053 or 1287353. OLE color: 1287353.

HSL color Cylindrical-coordinate representation of color #B9A413: hue angle of 52.41º degrees, saturation: 0.81, 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 #B9A413 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 19 -
CMYK 0 0.11 0.90 0.27
HSL 52.41º 0.81% 0.4% -
HSV(B) 52.41º 0.9% 0.73% -
XYZ 33.4 36.91 5.98 -
YUV 153.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 185 164 19 0 0.11 0.90 0.27 52.41 0.81 0.4
Hex B9 A4 13 0 B 5A 1B 34 51 28
Octal 271 244 23 0 13 132 33 64 121 50
Binary 10111001 10100100 10011 0 1011 1011010 11011 110100 1010001 101000

Color Harmonies of #B9A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A413

Black with #B9A413

Text Example


Text Example

White with #B9A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A413; }

 p { color: rgb(185,164,19); }

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

background-color css

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

 a { background-color: rgb(185,164,19); }

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

border-color css

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

 span { border-color: rgb(185,164,19); }

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