Html Css Color HEX #BDA00E Buddha Gold

📋 copy color: '#BDA00E'

red 189 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #BDA00E

Tints of Buddha Gold #BDA00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 52.07%
G = 44.08%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDA00E (or 0xBDA00E) is known color: Buddha Gold. HEX triplet: BD, A0 and 0E. RGB value is (189,160,14). Sum of RGB (Red+Green+Blue) = 189+160+14=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA00E is #425FF1. Grayscale: #989898. Windows color (decimal): -4349938 or 958653. OLE color: 958653.

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

Color convert

RGB 189 160 14 -
CMYK 0 0.15 0.93 0.26
HSL 50.06º 0.86% 0.4% -
HSV(B) 50.06º 0.93% 0.74% -
XYZ 33.64 35.99 5.59 -
YUV 152.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 189 160 14 0 0.15 0.93 0.26 50.06 0.86 0.4
Hex BD A0 E 0 F 5D 1A 32 56 28
Octal 275 240 16 0 17 135 32 62 126 50
Binary 10111101 10100000 1110 0 1111 1011101 11010 110010 1010110 101000

Color Harmonies of #BDA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA00E

Black with #BDA00E

Text Example


Text Example

White with #BDA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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