Html Css Color HEX #BDA802 Buddha Gold

📋 copy color: '#BDA802'

red 189 ◦ green 168 ◦ blue 2

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

Shades of Buddha Gold #BDA802

Tints of Buddha Gold #BDA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

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

R = 52.65%
G = 46.8%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDA802 (or 0xBDA802) is known color: Buddha Gold. HEX triplet: BD, A8 and 02. RGB value is (189,168,2). Sum of RGB (Red+Green+Blue) = 189+168+2=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA802 is #4257FD. Grayscale: #9C9C9C. Windows color (decimal): -4347902 or 174269. OLE color: 174269.

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

Color convert

RGB 189 168 2 -
CMYK 0 0.11 0.99 0.26
HSL 53.26º 0.98% 0.37% -
HSV(B) 53.26º 0.99% 0.74% -
XYZ 35 38.83 5.71 -
YUV 155.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 189 168 2 0 0.11 0.99 0.26 53.26 0.98 0.37
Hex BD A8 2 0 B 63 1A 35 62 25
Octal 275 250 2 0 13 143 32 65 142 45
Binary 10111101 10101000 10 0 1011 1100011 11010 110101 1100010 100101

Color Harmonies of #BDA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA802

Black with #BDA802

Text Example


Text Example

White with #BDA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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