Html Css Color HEX #BDA414 Buddha Gold

📋 copy color: '#BDA414'

red 189 ◦ green 164 ◦ blue 20

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

Shades of Buddha Gold #BDA414

Tints of Buddha Gold #BDA414

RGB

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

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

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

R = 50.67%
G = 43.97%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDA414 (or 0xBDA414) is known color: Buddha Gold. HEX triplet: BD, A4 and 14. RGB value is (189,164,20). Sum of RGB (Red+Green+Blue) = 189+164+20=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA414 is #425BEB. Grayscale: #9B9B9B. Windows color (decimal): -4348908 or 1352893. OLE color: 1352893.

HSL color Cylindrical-coordinate representation of color #BDA414: hue angle of 51.12º 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 #BDA414 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 164 20 -
CMYK 0 0.13 0.89 0.26
HSL 51.12º 0.81% 0.41% -
HSV(B) 51.12º 0.89% 0.74% -
XYZ 34.39 37.42 6.07 -
YUV 155.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 189 164 20 0 0.13 0.89 0.26 51.12 0.81 0.41
Hex BD A4 14 0 D 59 1A 33 51 29
Octal 275 244 24 0 15 131 32 63 121 51
Binary 10111101 10100100 10100 0 1101 1011001 11010 110011 1010001 101001

Color Harmonies of #BDA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA414

Black with #BDA414

Text Example


Text Example

White with #BDA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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