Html Css Color HEX #BDA01E Buddha Gold

📋 copy color: '#BDA01E'

red 189 ◦ green 160 ◦ blue 30

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

Shades of Buddha Gold #BDA01E

Tints of Buddha Gold #BDA01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 49.87%
G = 42.22%
B = 7.92%

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

#BDA01E (or 0xBDA01E) is known color: Buddha Gold. HEX triplet: BD, A0 and 1E. RGB value is (189,160,30). Sum of RGB (Red+Green+Blue) = 189+160+30=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA01E is #425FE1. Grayscale: #9A9A9A. Windows color (decimal): -4349922 or 2007229. OLE color: 2007229.

HSL color Cylindrical-coordinate representation of color #BDA01E: hue angle of 49.06º degrees, saturation: 0.73, 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 #BDA01E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 30 -
CMYK 0 0.15 0.84 0.26
HSL 49.06º 0.73% 0.43% -
HSV(B) 49.06º 0.84% 0.74% -
XYZ 33.79 36.05 6.41 -
YUV 153.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 189 160 30 0 0.15 0.84 0.26 49.06 0.73 0.43
Hex BD A0 1E 0 F 54 1A 31 49 2B
Octal 275 240 36 0 17 124 32 61 111 53
Binary 10111101 10100000 11110 0 1111 1010100 11010 110001 1001001 101011

Color Harmonies of #BDA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA01E

Black with #BDA01E

Text Example


Text Example

White with #BDA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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