Html Css Color HEX #BDA707 Buddha Gold

📋 copy color: '#BDA707'

red 189 ◦ green 167 ◦ blue 7

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

Shades of Buddha Gold #BDA707

Tints of Buddha Gold #BDA707

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

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

R = 52.07%
G = 46.01%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDA707 (or 0xBDA707) is known color: Buddha Gold. HEX triplet: BD, A7 and 07. RGB value is (189,167,7). Sum of RGB (Red+Green+Blue) = 189+167+7=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA707 is #4258F8. Grayscale: #9C9C9C. Windows color (decimal): -4348153 or 501693. OLE color: 501693.

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

Color convert

RGB 189 167 7 -
CMYK 0 0.12 0.96 0.26
HSL 52.75º 0.93% 0.38% -
HSV(B) 52.75º 0.96% 0.74% -
XYZ 34.84 38.47 5.79 -
YUV 155.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 189 167 7 0 0.12 0.96 0.26 52.75 0.93 0.38
Hex BD A7 7 0 C 60 1A 35 5D 26
Octal 275 247 7 0 14 140 32 65 135 46
Binary 10111101 10100111 111 0 1100 1100000 11010 110101 1011101 100110

Color Harmonies of #BDA707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA707

Black with #BDA707

Text Example


Text Example

White with #BDA707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA707; }

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

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

background-color css

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

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

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

border-color css

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

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

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