Html Css Color HEX #BDA613 Buddha Gold

📋 copy color: '#BDA613'

red 189 ◦ green 166 ◦ blue 19

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

Shades of Buddha Gold #BDA613

Tints of Buddha Gold #BDA613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 50.53%
G = 44.39%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA613 (or 0xBDA613) is known color: Buddha Gold. HEX triplet: BD, A6 and 13. RGB value is (189,166,19). Sum of RGB (Red+Green+Blue) = 189+166+19=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA613 is #4259EC. Grayscale: #9C9C9C. Windows color (decimal): -4348397 or 1287869. OLE color: 1287869.

HSL color Cylindrical-coordinate representation of color #BDA613: hue angle of 51.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA613 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 19 -
CMYK 0 0.12 0.90 0.26
HSL 51.88º 0.82% 0.41% -
HSV(B) 51.88º 0.9% 0.74% -
XYZ 34.74 38.14 6.15 -
YUV 156.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 189 166 19 0 0.12 0.90 0.26 51.88 0.82 0.41
Hex BD A6 13 0 C 5A 1A 34 52 29
Octal 275 246 23 0 14 132 32 64 122 51
Binary 10111101 10100110 10011 0 1100 1011010 11010 110100 1010010 101001

Color Harmonies of #BDA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA613

Black with #BDA613

Text Example


Text Example

White with #BDA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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