Html Css Color HEX #BDA508 Buddha Gold

📋 copy color: '#BDA508'

red 189 ◦ green 165 ◦ blue 8

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

Shades of Buddha Gold #BDA508

Tints of Buddha Gold #BDA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.58%

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

R = 52.21%
G = 45.58%
B = 2.21%

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

#BDA508 (or 0xBDA508) is known color: Buddha Gold. HEX triplet: BD, A5 and 08. RGB value is (189,165,8). Sum of RGB (Red+Green+Blue) = 189+165+8=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA508 is #425AF7. Grayscale: #9A9A9A. Windows color (decimal): -4348664 or 566717. OLE color: 566717.

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

Color convert

RGB 189 165 8 -
CMYK 0 0.13 0.96 0.26
HSL 52.04º 0.92% 0.39% -
HSV(B) 52.04º 0.96% 0.74% -
XYZ 34.49 37.75 5.7 -
YUV 154.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 189 165 8 0 0.13 0.96 0.26 52.04 0.92 0.39
Hex BD A5 8 0 D 60 1A 34 5C 27
Octal 275 245 10 0 15 140 32 64 134 47
Binary 10111101 10100101 1000 0 1101 1100000 11010 110100 1011100 100111

Color Harmonies of #BDA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA508

Black with #BDA508

Text Example


Text Example

White with #BDA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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