Html Css Color HEX #BDA003 Buddha Gold

📋 copy color: '#BDA003'

red 189 ◦ green 160 ◦ blue 3

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

Shades of Buddha Gold #BDA003

Tints of Buddha Gold #BDA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 53.69%
G = 45.45%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDA003 (or 0xBDA003) is known color: Buddha Gold. HEX triplet: BD, A0 and 03. RGB value is (189,160,3). Sum of RGB (Red+Green+Blue) = 189+160+3=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA003 is #425FFC. Grayscale: #979797. Windows color (decimal): -4349949 or 237757. OLE color: 237757.

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

Color convert

RGB 189 160 3 -
CMYK 0 0.15 0.98 0.26
HSL 50.65º 0.97% 0.38% -
HSV(B) 50.65º 0.98% 0.74% -
XYZ 33.57 35.97 5.26 -
YUV 150.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 189 160 3 0 0.15 0.98 0.26 50.65 0.97 0.38
Hex BD A0 3 0 F 62 1A 33 61 26
Octal 275 240 3 0 17 142 32 63 141 46
Binary 10111101 10100000 11 0 1111 1100010 11010 110011 1100001 100110

Color Harmonies of #BDA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA003

Black with #BDA003

Text Example


Text Example

White with #BDA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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