Html Css Color HEX #BCA702 Buddha Gold

📋 copy color: '#BCA702'

red 188 ◦ green 167 ◦ blue 2

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

Shades of Buddha Gold #BCA702

Tints of Buddha Gold #BCA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.78%

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

R = 52.66%
G = 46.78%
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

#BCA702 (or 0xBCA702) is known color: Buddha Gold. HEX triplet: BC, A7 and 02. RGB value is (188,167,2). Sum of RGB (Red+Green+Blue) = 188+167+2=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA702 is #4358FD. Grayscale: #9B9B9B. Windows color (decimal): -4413694 or 174012. OLE color: 174012.

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

Color convert

RGB 188 167 2 -
CMYK 0 0.11 0.99 0.26
HSL 53.23º 0.98% 0.37% -
HSV(B) 53.23º 0.99% 0.74% -
XYZ 34.57 38.33 5.63 -
YUV 154.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 188 167 2 0 0.11 0.99 0.26 53.23 0.98 0.37
Hex BC A7 2 0 B 63 1A 35 62 25
Octal 274 247 2 0 13 143 32 65 142 45
Binary 10111100 10100111 10 0 1011 1100011 11010 110101 1100010 100101

Color Harmonies of #BCA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA702

Black with #BCA702

Text Example


Text Example

White with #BCA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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