Html Css Color HEX #BDA102 Buddha Gold

📋 copy color: '#BDA102'

red 189 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #BDA102

Tints of Buddha Gold #BDA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.74%

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

R = 53.69%
G = 45.74%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDA102 (or 0xBDA102) is known color: Buddha Gold. HEX triplet: BD, A1 and 02. RGB value is (189,161,2). Sum of RGB (Red+Green+Blue) = 189+161+2=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA102 is #425EFD. Grayscale: #979797. Windows color (decimal): -4349694 or 172477. OLE color: 172477.

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

Color convert

RGB 189 161 2 -
CMYK 0 0.15 0.99 0.26
HSL 51.02º 0.98% 0.37% -
HSV(B) 51.02º 0.99% 0.74% -
XYZ 33.74 36.31 5.29 -
YUV 151.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 189 161 2 0 0.15 0.99 0.26 51.02 0.98 0.37
Hex BD A1 2 0 F 63 1A 33 62 25
Octal 275 241 2 0 17 143 32 63 142 45
Binary 10111101 10100001 10 0 1111 1100011 11010 110011 1100010 100101

Color Harmonies of #BDA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA102

Black with #BDA102

Text Example


Text Example

White with #BDA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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