Html Css Color HEX #BDA00F Buddha Gold

📋 copy color: '#BDA00F'

red 189 ◦ green 160 ◦ blue 15

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

Shades of Buddha Gold #BDA00F

Tints of Buddha Gold #BDA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 51.92%
G = 43.96%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA00F (or 0xBDA00F) is known color: Buddha Gold. HEX triplet: BD, A0 and 0F. RGB value is (189,160,15). Sum of RGB (Red+Green+Blue) = 189+160+15=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA00F is #425FF0. Grayscale: #989898. Windows color (decimal): -4349937 or 1024189. OLE color: 1024189.

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

Color convert

RGB 189 160 15 -
CMYK 0 0.15 0.92 0.26
HSL 50º 0.85% 0.4% -
HSV(B) 50º 0.92% 0.74% -
XYZ 33.64 35.99 5.63 -
YUV 152.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 189 160 15 0 0.15 0.92 0.26 50 0.85 0.4
Hex BD A0 F 0 F 5C 1A 32 55 28
Octal 275 240 17 0 17 134 32 62 125 50
Binary 10111101 10100000 1111 0 1111 1011100 11010 110010 1010101 101000

Color Harmonies of #BDA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA00F

Black with #BDA00F

Text Example


Text Example

White with #BDA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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