Html Css Color HEX #BDA502 Buddha Gold

📋 copy color: '#BDA502'

red 189 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #BDA502

Tints of Buddha Gold #BDA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 53.09%
G = 46.35%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDA502 (or 0xBDA502) is known color: Buddha Gold. HEX triplet: BD, A5 and 02. RGB value is (189,165,2). Sum of RGB (Red+Green+Blue) = 189+165+2=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA502 is #425AFD. Grayscale: #9A9A9A. Windows color (decimal): -4348670 or 173501. OLE color: 173501.

HSL color Cylindrical-coordinate representation of color #BDA502: hue angle of 52.3º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDA502 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 2 -
CMYK 0 0.13 0.99 0.26
HSL 52.3º 0.98% 0.37% -
HSV(B) 52.3º 0.99% 0.74% -
XYZ 34.45 37.73 5.52 -
YUV 153.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 189 165 2 0 0.13 0.99 0.26 52.3 0.98 0.37
Hex BD A5 2 0 D 63 1A 34 62 25
Octal 275 245 2 0 15 143 32 64 142 45
Binary 10111101 10100101 10 0 1101 1100011 11010 110100 1100010 100101

Color Harmonies of #BDA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA502

Black with #BDA502

Text Example


Text Example

White with #BDA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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