Html Css Color HEX #BDA312 Buddha Gold

📋 copy color: '#BDA312'

red 189 ◦ green 163 ◦ blue 18

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

Shades of Buddha Gold #BDA312

Tints of Buddha Gold #BDA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 51.08%
G = 44.05%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA312 (or 0xBDA312) is known color: Buddha Gold. HEX triplet: BD, A3 and 12. RGB value is (189,163,18). Sum of RGB (Red+Green+Blue) = 189+163+18=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA312 is #425CED. Grayscale: #9A9A9A. Windows color (decimal): -4349166 or 1221565. OLE color: 1221565.

HSL color Cylindrical-coordinate representation of color #BDA312: hue angle of 50.88º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA312 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 18 -
CMYK 0 0.14 0.90 0.26
HSL 50.88º 0.83% 0.41% -
HSV(B) 50.88º 0.9% 0.74% -
XYZ 34.19 37.06 5.92 -
YUV 154.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 189 163 18 0 0.14 0.90 0.26 50.88 0.83 0.41
Hex BD A3 12 0 E 5A 1A 33 53 29
Octal 275 243 22 0 16 132 32 63 123 51
Binary 10111101 10100011 10010 0 1110 1011010 11010 110011 1010011 101001

Color Harmonies of #BDA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA312

Black with #BDA312

Text Example


Text Example

White with #BDA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA312; }

 p { color: rgb(189,163,18); }

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

background-color css

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

 a { background-color: rgb(189,163,18); }

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

border-color css

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

 span { border-color: rgb(189,163,18); }

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