Html Css Color HEX #BCA802 Buddha Gold

📋 copy color: '#BCA802'

red 188 ◦ green 168 ◦ blue 2

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

Shades of Buddha Gold #BCA802

Tints of Buddha Gold #BCA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.93%

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

R = 52.51%
G = 46.93%
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

#BCA802 (or 0xBCA802) is known color: Buddha Gold. HEX triplet: BC, A8 and 02. RGB value is (188,168,2). Sum of RGB (Red+Green+Blue) = 188+168+2=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA802 is #4357FD. Grayscale: #9B9B9B. Windows color (decimal): -4413438 or 174268. OLE color: 174268.

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

Color convert

RGB 188 168 2 -
CMYK 0 0.11 0.99 0.26
HSL 53.55º 0.98% 0.37% -
HSV(B) 53.55º 0.99% 0.74% -
XYZ 34.75 38.7 5.7 -
YUV 155.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 188 168 2 0 0.11 0.99 0.26 53.55 0.98 0.37
Hex BC A8 2 0 B 63 1A 36 62 25
Octal 274 250 2 0 13 143 32 66 142 45
Binary 10111100 10101000 10 0 1011 1100011 11010 110110 1100010 100101

Color Harmonies of #BCA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA802

Black with #BCA802

Text Example


Text Example

White with #BCA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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