Html Css Color HEX #BDA017 Buddha Gold

📋 copy color: '#BDA017'

red 189 ◦ green 160 ◦ blue 23

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

Shades of Buddha Gold #BDA017

Tints of Buddha Gold #BDA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.01%

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 50.81%
G = 43.01%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA017 (or 0xBDA017) is known color: Buddha Gold. HEX triplet: BD, A0 and 17. RGB value is (189,160,23). Sum of RGB (Red+Green+Blue) = 189+160+23=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA017 is #425FE8. Grayscale: #999999. Windows color (decimal): -4349929 or 1548477. OLE color: 1548477.

HSL color Cylindrical-coordinate representation of color #BDA017: hue angle of 49.52º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDA017 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 23 -
CMYK 0 0.15 0.88 0.26
HSL 49.52º 0.78% 0.42% -
HSV(B) 49.52º 0.88% 0.74% -
XYZ 33.71 36.02 5.99 -
YUV 153.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 189 160 23 0 0.15 0.88 0.26 49.52 0.78 0.42
Hex BD A0 17 0 F 58 1A 32 4E 2A
Octal 275 240 27 0 17 130 32 62 116 52
Binary 10111101 10100000 10111 0 1111 1011000 11010 110010 1001110 101010

Color Harmonies of #BDA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA017

Black with #BDA017

Text Example


Text Example

White with #BDA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA017; }

 p { color: rgb(189,160,23); }

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

background-color css

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

 a { background-color: rgb(189,160,23); }

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

border-color css

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

 span { border-color: rgb(189,160,23); }

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