Html Css Color HEX #BDA70F Buddha Gold

📋 copy color: '#BDA70F'

red 189 ◦ green 167 ◦ blue 15

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

Shades of Buddha Gold #BDA70F

Tints of Buddha Gold #BDA70F

RGB

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

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

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

R = 50.94%
G = 45.01%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA70F (or 0xBDA70F) is known color: Buddha Gold. HEX triplet: BD, A7 and 0F. RGB value is (189,167,15). Sum of RGB (Red+Green+Blue) = 189+167+15=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA70F is #4258F0. Grayscale: #9C9C9C. Windows color (decimal): -4348145 or 1025981. OLE color: 1025981.

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

Color convert

RGB 189 167 15 -
CMYK 0 0.12 0.92 0.26
HSL 52.41º 0.85% 0.4% -
HSV(B) 52.41º 0.92% 0.74% -
XYZ 34.89 38.49 6.04 -
YUV 156.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 189 167 15 0 0.12 0.92 0.26 52.41 0.85 0.4
Hex BD A7 F 0 C 5C 1A 34 55 28
Octal 275 247 17 0 14 134 32 64 125 50
Binary 10111101 10100111 1111 0 1100 1011100 11010 110100 1010101 101000

Color Harmonies of #BDA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA70F

Black with #BDA70F

Text Example


Text Example

White with #BDA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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