Html Css Color HEX #BCA602 Buddha Gold

📋 copy color: '#BCA602'

red 188 ◦ green 166 ◦ blue 2

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

Shades of Buddha Gold #BCA602

Tints of Buddha Gold #BCA602

RGB

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

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

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

R = 52.81%
G = 46.63%
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

#BCA602 (or 0xBCA602) is known color: Buddha Gold. HEX triplet: BC, A6 and 02. RGB value is (188,166,2). Sum of RGB (Red+Green+Blue) = 188+166+2=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA602 is #4359FD. Grayscale: #9A9A9A. Windows color (decimal): -4413950 or 173756. OLE color: 173756.

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

Color convert

RGB 188 166 2 -
CMYK 0 0.12 0.99 0.26
HSL 52.9º 0.98% 0.37% -
HSV(B) 52.9º 0.99% 0.74% -
XYZ 34.39 37.97 5.57 -
YUV 153.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 188 166 2 0 0.12 0.99 0.26 52.9 0.98 0.37
Hex BC A6 2 0 C 63 1A 35 62 25
Octal 274 246 2 0 14 143 32 65 142 45
Binary 10111100 10100110 10 0 1100 1100011 11010 110101 1100010 100101

Color Harmonies of #BCA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA602

Black with #BCA602

Text Example


Text Example

White with #BCA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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