Html Css Color HEX #BDA708 Buddha Gold

📋 copy color: '#BDA708'

red 189 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #BDA708

Tints of Buddha Gold #BDA708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 51.92%
G = 45.88%
B = 2.2%

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

#BDA708 (or 0xBDA708) is known color: Buddha Gold. HEX triplet: BD, A7 and 08. RGB value is (189,167,8). Sum of RGB (Red+Green+Blue) = 189+167+8=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA708 is #4258F7. Grayscale: #9C9C9C. Windows color (decimal): -4348152 or 567229. OLE color: 567229.

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

Color convert

RGB 189 167 8 -
CMYK 0 0.12 0.96 0.26
HSL 52.71º 0.92% 0.39% -
HSV(B) 52.71º 0.96% 0.74% -
XYZ 34.85 38.47 5.82 -
YUV 155.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 189 167 8 0 0.12 0.96 0.26 52.71 0.92 0.39
Hex BD A7 8 0 C 60 1A 35 5C 27
Octal 275 247 10 0 14 140 32 65 134 47
Binary 10111101 10100111 1000 0 1100 1100000 11010 110101 1011100 100111

Color Harmonies of #BDA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA708

Black with #BDA708

Text Example


Text Example

White with #BDA708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA708; }

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

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

background-color css

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

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

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

border-color css

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

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

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