Html Css Color HEX #BDA408 Buddha Gold

📋 copy color: '#BDA408'

red 189 ◦ green 164 ◦ blue 8

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

Shades of Buddha Gold #BDA408

Tints of Buddha Gold #BDA408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.43%

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

R = 52.35%
G = 45.43%
B = 2.22%

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

#BDA408 (or 0xBDA408) is known color: Buddha Gold. HEX triplet: BD, A4 and 08. RGB value is (189,164,8). Sum of RGB (Red+Green+Blue) = 189+164+8=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA408 is #425BF7. Grayscale: #9A9A9A. Windows color (decimal): -4348920 or 566461. OLE color: 566461.

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

Color convert

RGB 189 164 8 -
CMYK 0 0.13 0.96 0.26
HSL 51.71º 0.92% 0.39% -
HSV(B) 51.71º 0.96% 0.74% -
XYZ 34.31 37.39 5.64 -
YUV 153.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 189 164 8 0 0.13 0.96 0.26 51.71 0.92 0.39
Hex BD A4 8 0 D 60 1A 34 5C 27
Octal 275 244 10 0 15 140 32 64 134 47
Binary 10111101 10100100 1000 0 1101 1100000 11010 110100 1011100 100111

Color Harmonies of #BDA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA408

Black with #BDA408

Text Example


Text Example

White with #BDA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA408; }

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

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

background-color css

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

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

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

border-color css

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

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

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