Html Css Color HEX #BDA007 Buddha Gold

📋 copy color: '#BDA007'

red 189 ◦ green 160 ◦ blue 7

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

Shades of Buddha Gold #BDA007

Tints of Buddha Gold #BDA007

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

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

R = 53.09%
G = 44.94%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDA007 (or 0xBDA007) is known color: Buddha Gold. HEX triplet: BD, A0 and 07. RGB value is (189,160,7). Sum of RGB (Red+Green+Blue) = 189+160+7=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA007 is #425FF8. Grayscale: #979797. Windows color (decimal): -4349945 or 499901. OLE color: 499901.

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

Color convert

RGB 189 160 7 -
CMYK 0 0.15 0.96 0.26
HSL 50.44º 0.93% 0.38% -
HSV(B) 50.44º 0.96% 0.74% -
XYZ 33.6 35.98 5.37 -
YUV 151.23 46.61 154.94 -
System Red Green Blue C M Y K H S L
Decimal 189 160 7 0 0.15 0.96 0.26 50.44 0.93 0.38
Hex BD A0 7 0 F 60 1A 32 5D 26
Octal 275 240 7 0 17 140 32 62 135 46
Binary 10111101 10100000 111 0 1111 1100000 11010 110010 1011101 100110

Color Harmonies of #BDA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA007

Black with #BDA007

Text Example


Text Example

White with #BDA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA007; }

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

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

background-color css

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

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

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

border-color css

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

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

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