Html Css Color HEX #BDA609 Buddha Gold

📋 copy color: '#BDA609'

red 189 ◦ green 166 ◦ blue 9

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

Shades of Buddha Gold #BDA609

Tints of Buddha Gold #BDA609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 51.92%
G = 45.6%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDA609 (or 0xBDA609) is known color: Buddha Gold. HEX triplet: BD, A6 and 09. RGB value is (189,166,9). Sum of RGB (Red+Green+Blue) = 189+166+9=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA609 is #4259F6. Grayscale: #9B9B9B. Windows color (decimal): -4348407 or 632509. OLE color: 632509.

HSL color Cylindrical-coordinate representation of color #BDA609: hue angle of 52.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDA609 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 9 -
CMYK 0 0.12 0.95 0.26
HSL 52.33º 0.91% 0.39% -
HSV(B) 52.33º 0.95% 0.74% -
XYZ 34.67 38.11 5.79 -
YUV 154.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 189 166 9 0 0.12 0.95 0.26 52.33 0.91 0.39
Hex BD A6 9 0 C 5F 1A 34 5B 27
Octal 275 246 11 0 14 137 32 64 133 47
Binary 10111101 10100110 1001 0 1100 1011111 11010 110100 1011011 100111

Color Harmonies of #BDA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA609

Black with #BDA609

Text Example


Text Example

White with #BDA609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA609; }

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

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

background-color css

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

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

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

border-color css

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

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

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