Html Css Color HEX #BCA502 Buddha Gold

📋 copy color: '#BCA502'

red 188 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #BCA502

Tints of Buddha Gold #BCA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

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

R = 52.96%
G = 46.48%
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

#BCA502 (or 0xBCA502) is known color: Buddha Gold. HEX triplet: BC, A5 and 02. RGB value is (188,165,2). Sum of RGB (Red+Green+Blue) = 188+165+2=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA502 is #435AFD. Grayscale: #999999. Windows color (decimal): -4414206 or 173500. OLE color: 173500.

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

Color convert

RGB 188 165 2 -
CMYK 0 0.12 0.99 0.26
HSL 52.58º 0.98% 0.37% -
HSV(B) 52.58º 0.99% 0.74% -
XYZ 34.21 37.61 5.51 -
YUV 153.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 188 165 2 0 0.12 0.99 0.26 52.58 0.98 0.37
Hex BC A5 2 0 C 63 1A 35 62 25
Octal 274 245 2 0 14 143 32 65 142 45
Binary 10111100 10100101 10 0 1100 1100011 11010 110101 1100010 100101

Color Harmonies of #BCA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA502

Black with #BCA502

Text Example


Text Example

White with #BCA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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