Html Css Color HEX #BDA002 Buddha Gold

📋 copy color: '#BDA002'

red 189 ◦ green 160 ◦ blue 2

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

Shades of Buddha Gold #BDA002

Tints of Buddha Gold #BDA002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

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

R = 53.85%
G = 45.58%
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

#BDA002 (or 0xBDA002) is known color: Buddha Gold. HEX triplet: BD, A0 and 02. RGB value is (189,160,2). Sum of RGB (Red+Green+Blue) = 189+160+2=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA002 is #425FFD. Grayscale: #979797. Windows color (decimal): -4349950 or 172221. OLE color: 172221.

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

Color convert

RGB 189 160 2 -
CMYK 0 0.15 0.99 0.26
HSL 50.7º 0.98% 0.37% -
HSV(B) 50.7º 0.99% 0.74% -
XYZ 33.57 35.96 5.23 -
YUV 150.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 189 160 2 0 0.15 0.99 0.26 50.7 0.98 0.37
Hex BD A0 2 0 F 63 1A 33 62 25
Octal 275 240 2 0 17 143 32 63 142 45
Binary 10111101 10100000 10 0 1111 1100011 11010 110011 1100010 100101

Color Harmonies of #BDA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA002

Black with #BDA002

Text Example


Text Example

White with #BDA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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