Html Css Color HEX #BDA60F Buddha Gold

📋 copy color: '#BDA60F'

red 189 ◦ green 166 ◦ blue 15

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

Shades of Buddha Gold #BDA60F

Tints of Buddha Gold #BDA60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 51.08%
G = 44.86%
B = 4.05%

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

#BDA60F (or 0xBDA60F) is known color: Buddha Gold. HEX triplet: BD, A6 and 0F. RGB value is (189,166,15). Sum of RGB (Red+Green+Blue) = 189+166+15=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA60F is #4259F0. Grayscale: #9C9C9C. Windows color (decimal): -4348401 or 1025725. OLE color: 1025725.

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

Color convert

RGB 189 166 15 -
CMYK 0 0.12 0.92 0.26
HSL 52.07º 0.85% 0.4% -
HSV(B) 52.07º 0.92% 0.74% -
XYZ 34.71 38.13 5.98 -
YUV 155.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 189 166 15 0 0.12 0.92 0.26 52.07 0.85 0.4
Hex BD A6 F 0 C 5C 1A 34 55 28
Octal 275 246 17 0 14 134 32 64 125 50
Binary 10111101 10100110 1111 0 1100 1011100 11010 110100 1010101 101000

Color Harmonies of #BDA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA60F

Black with #BDA60F

Text Example


Text Example

White with #BDA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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