Html Css Color HEX #BDA412 Buddha Gold

📋 copy color: '#BDA412'

red 189 ◦ green 164 ◦ blue 18

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

Shades of Buddha Gold #BDA412

Tints of Buddha Gold #BDA412

RGB

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

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

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

R = 50.94%
G = 44.2%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA412 (or 0xBDA412) is known color: Buddha Gold. HEX triplet: BD, A4 and 12. RGB value is (189,164,18). Sum of RGB (Red+Green+Blue) = 189+164+18=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA412 is #425BED. Grayscale: #9B9B9B. Windows color (decimal): -4348910 or 1221821. OLE color: 1221821.

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

Color convert

RGB 189 164 18 -
CMYK 0 0.13 0.90 0.26
HSL 51.23º 0.83% 0.41% -
HSV(B) 51.23º 0.9% 0.74% -
XYZ 34.37 37.41 5.98 -
YUV 154.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 189 164 18 0 0.13 0.90 0.26 51.23 0.83 0.41
Hex BD A4 12 0 D 5A 1A 33 53 29
Octal 275 244 22 0 15 132 32 63 123 51
Binary 10111101 10100100 10010 0 1101 1011010 11010 110011 1010011 101001

Color Harmonies of #BDA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA412

Black with #BDA412

Text Example


Text Example

White with #BDA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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