Html Css Color HEX #BDA509 Buddha Gold

📋 copy color: '#BDA509'

red 189 ◦ green 165 ◦ blue 9

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

Shades of Buddha Gold #BDA509

Tints of Buddha Gold #BDA509

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.45%

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

R = 52.07%
G = 45.45%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDA509 (or 0xBDA509) is known color: Buddha Gold. HEX triplet: BD, A5 and 09. RGB value is (189,165,9). Sum of RGB (Red+Green+Blue) = 189+165+9=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA509 is #425AF6. Grayscale: #9B9B9B. Windows color (decimal): -4348663 or 632253. OLE color: 632253.

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

Color convert

RGB 189 165 9 -
CMYK 0 0.13 0.95 0.26
HSL 52º 0.91% 0.39% -
HSV(B) 52º 0.95% 0.74% -
XYZ 34.49 37.75 5.73 -
YUV 154.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 189 165 9 0 0.13 0.95 0.26 52 0.91 0.39
Hex BD A5 9 0 D 5F 1A 34 5B 27
Octal 275 245 11 0 15 137 32 64 133 47
Binary 10111101 10100101 1001 0 1101 1011111 11010 110100 1011011 100111

Color Harmonies of #BDA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA509

Black with #BDA509

Text Example


Text Example

White with #BDA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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