Html Css Color HEX #BDA01F Buddha Gold

📋 copy color: '#BDA01F'

red 189 ◦ green 160 ◦ blue 31

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

Shades of Buddha Gold #BDA01F

Tints of Buddha Gold #BDA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 49.74%
G = 42.11%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BDA01F (or 0xBDA01F) is known color: Buddha Gold. HEX triplet: BD, A0 and 1F. RGB value is (189,160,31). Sum of RGB (Red+Green+Blue) = 189+160+31=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA01F is #425FE0. Grayscale: #9A9A9A. Windows color (decimal): -4349921 or 2072765. OLE color: 2072765.

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

Color convert

RGB 189 160 31 -
CMYK 0 0.15 0.84 0.26
HSL 48.99º 0.72% 0.43% -
HSV(B) 48.99º 0.84% 0.74% -
XYZ 33.8 36.06 6.47 -
YUV 153.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 189 160 31 0 0.15 0.84 0.26 48.99 0.72 0.43
Hex BD A0 1F 0 F 54 1A 31 48 2B
Octal 275 240 37 0 17 124 32 61 110 53
Binary 10111101 10100000 11111 0 1111 1010100 11010 110001 1001000 101011

Color Harmonies of #BDA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA01F

Black with #BDA01F

Text Example


Text Example

White with #BDA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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