Html Css Color HEX #BCA002 Buddha Gold

📋 copy color: '#BCA002'

red 188 ◦ green 160 ◦ blue 2

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

Shades of Buddha Gold #BCA002

Tints of Buddha Gold #BCA002

RGB

 RED value IS 188 (73.83% from 255) = 53.71%

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

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

R = 53.71%
G = 45.71%
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

#BCA002 (or 0xBCA002) is known color: Buddha Gold. HEX triplet: BC, A0 and 02. RGB value is (188,160,2). Sum of RGB (Red+Green+Blue) = 188+160+2=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA002 is #435FFD. Grayscale: #979797. Windows color (decimal): -4415486 or 172220. OLE color: 172220.

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

Color convert

RGB 188 160 2 -
CMYK 0 0.15 0.99 0.26
HSL 50.97º 0.98% 0.37% -
HSV(B) 50.97º 0.99% 0.74% -
XYZ 33.32 35.84 5.22 -
YUV 150.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 188 160 2 0 0.15 0.99 0.26 50.97 0.98 0.37
Hex BC A0 2 0 F 63 1A 33 62 25
Octal 274 240 2 0 17 143 32 63 142 45
Binary 10111100 10100000 10 0 1111 1100011 11010 110011 1100010 100101

Color Harmonies of #BCA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA002

Black with #BCA002

Text Example


Text Example

White with #BCA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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