Html Css Color HEX #BDA602 Buddha Gold

📋 copy color: '#BDA602'

red 189 ◦ green 166 ◦ blue 2

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

Shades of Buddha Gold #BDA602

Tints of Buddha Gold #BDA602

RGB

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

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

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

R = 52.94%
G = 46.5%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDA602 (or 0xBDA602) is known color: Buddha Gold. HEX triplet: BD, A6 and 02. RGB value is (189,166,2). Sum of RGB (Red+Green+Blue) = 189+166+2=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA602 is #4259FD. Grayscale: #9A9A9A. Windows color (decimal): -4348414 or 173757. OLE color: 173757.

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

Color convert

RGB 189 166 2 -
CMYK 0 0.12 0.99 0.26
HSL 52.62º 0.98% 0.37% -
HSV(B) 52.62º 0.99% 0.74% -
XYZ 34.63 38.1 5.59 -
YUV 154.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 189 166 2 0 0.12 0.99 0.26 52.62 0.98 0.37
Hex BD A6 2 0 C 63 1A 35 62 25
Octal 275 246 2 0 14 143 32 65 142 45
Binary 10111101 10100110 10 0 1100 1100011 11010 110101 1100010 100101

Color Harmonies of #BDA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA602

Black with #BDA602

Text Example


Text Example

White with #BDA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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