Html Css Color HEX #BDA607 Buddha Gold

📋 copy color: '#BDA607'

red 189 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #BDA607

Tints of Buddha Gold #BDA607

RGB

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

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

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

R = 52.21%
G = 45.86%
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

#BDA607 (or 0xBDA607) is known color: Buddha Gold. HEX triplet: BD, A6 and 07. RGB value is (189,166,7). Sum of RGB (Red+Green+Blue) = 189+166+7=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA607 is #4259F8. Grayscale: #9B9B9B. Windows color (decimal): -4348409 or 501437. OLE color: 501437.

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

Color convert

RGB 189 166 7 -
CMYK 0 0.12 0.96 0.26
HSL 52.42º 0.93% 0.38% -
HSV(B) 52.42º 0.96% 0.74% -
XYZ 34.66 38.11 5.73 -
YUV 154.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 189 166 7 0 0.12 0.96 0.26 52.42 0.93 0.38
Hex BD A6 7 0 C 60 1A 34 5D 26
Octal 275 246 7 0 14 140 32 64 135 46
Binary 10111101 10100110 111 0 1100 1100000 11010 110100 1011101 100110

Color Harmonies of #BDA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA607

Black with #BDA607

Text Example


Text Example

White with #BDA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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