Html Css Color HEX #BD9A14 Buddha Gold

📋 copy color: '#BD9A14'

red 189 ◦ green 154 ◦ blue 20

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

Shades of Buddha Gold #BD9A14

Tints of Buddha Gold #BD9A14

RGB

 RED value IS 189 (74.22% from 255) = 52.07%

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 52.07%
G = 42.42%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD9A14 (or 0xBD9A14) is known color: Buddha Gold. HEX triplet: BD, 9A and 14. RGB value is (189,154,20). Sum of RGB (Red+Green+Blue) = 189+154+20=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9A14 is #4265EB. Grayscale: #959595. Windows color (decimal): -4351468 or 1350333. OLE color: 1350333.

HSL color Cylindrical-coordinate representation of color #BD9A14: hue angle of 47.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD9A14 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 20 -
CMYK 0 0.19 0.89 0.26
HSL 47.57º 0.81% 0.41% -
HSV(B) 47.57º 0.89% 0.74% -
XYZ 32.67 33.98 5.5 -
YUV 149.19 55.1 156.4 -
System Red Green Blue C M Y K H S L
Decimal 189 154 20 0 0.19 0.89 0.26 47.57 0.81 0.41
Hex BD 9A 14 0 13 59 1A 30 51 29
Octal 275 232 24 0 23 131 32 60 121 51
Binary 10111101 10011010 10100 0 10011 1011001 11010 110000 1010001 101001

Color Harmonies of #BD9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A14

Black with #BD9A14

Text Example


Text Example

White with #BD9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A14; }

 p { color: rgb(189,154,20); }

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

background-color css

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

 a { background-color: rgb(189,154,20); }

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

border-color css

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

 span { border-color: rgb(189,154,20); }

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