Html Css Color HEX #BDA70E Buddha Gold

📋 copy color: '#BDA70E'

red 189 ◦ green 167 ◦ blue 14

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

Shades of Buddha Gold #BDA70E

Tints of Buddha Gold #BDA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

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

R = 51.08%
G = 45.14%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDA70E (or 0xBDA70E) is known color: Buddha Gold. HEX triplet: BD, A7 and 0E. RGB value is (189,167,14). Sum of RGB (Red+Green+Blue) = 189+167+14=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA70E is #4258F1. Grayscale: #9C9C9C. Windows color (decimal): -4348146 or 960445. OLE color: 960445.

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

Color convert

RGB 189 167 14 -
CMYK 0 0.12 0.93 0.26
HSL 52.46º 0.86% 0.4% -
HSV(B) 52.46º 0.93% 0.74% -
XYZ 34.88 38.49 6.01 -
YUV 156.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 189 167 14 0 0.12 0.93 0.26 52.46 0.86 0.4
Hex BD A7 E 0 C 5D 1A 34 56 28
Octal 275 247 16 0 14 135 32 64 126 50
Binary 10111101 10100111 1110 0 1100 1011101 11010 110100 1010110 101000

Color Harmonies of #BDA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA70E

Black with #BDA70E

Text Example


Text Example

White with #BDA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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