Html Css Color HEX #BDA507 Buddha Gold

📋 copy color: '#BDA507'

red 189 ◦ green 165 ◦ blue 7

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

Shades of Buddha Gold #BDA507

Tints of Buddha Gold #BDA507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 52.35%
G = 45.71%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDA507 (or 0xBDA507) is known color: Buddha Gold. HEX triplet: BD, A5 and 07. RGB value is (189,165,7). Sum of RGB (Red+Green+Blue) = 189+165+7=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA507 is #425AF8. Grayscale: #9A9A9A. Windows color (decimal): -4348665 or 501181. OLE color: 501181.

HSL color Cylindrical-coordinate representation of color #BDA507: hue angle of 52.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDA507 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 7 -
CMYK 0 0.13 0.96 0.26
HSL 52.09º 0.93% 0.38% -
HSV(B) 52.09º 0.96% 0.74% -
XYZ 34.48 37.74 5.67 -
YUV 154.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 189 165 7 0 0.13 0.96 0.26 52.09 0.93 0.38
Hex BD A5 7 0 D 60 1A 34 5D 26
Octal 275 245 7 0 15 140 32 64 135 46
Binary 10111101 10100101 111 0 1101 1100000 11010 110100 1011101 100110

Color Harmonies of #BDA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA507

Black with #BDA507

Text Example


Text Example

White with #BDA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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