Html Css Color HEX #BCA103 Buddha Gold

📋 copy color: '#BCA103'

red 188 ◦ green 161 ◦ blue 3

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

Shades of Buddha Gold #BCA103

Tints of Buddha Gold #BCA103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.74%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 53.41%
G = 45.74%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCA103 (or 0xBCA103) is known color: Buddha Gold. HEX triplet: BC, A1 and 03. RGB value is (188,161,3). Sum of RGB (Red+Green+Blue) = 188+161+3=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA103 is #435EFC. Grayscale: #979797. Windows color (decimal): -4415229 or 238012. OLE color: 238012.

HSL color Cylindrical-coordinate representation of color #BCA103: hue angle of 51.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCA103 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 3 -
CMYK 0 0.14 0.98 0.26
HSL 51.24º 0.97% 0.37% -
HSV(B) 51.24º 0.98% 0.74% -
XYZ 33.5 36.19 5.31 -
YUV 151.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 188 161 3 0 0.14 0.98 0.26 51.24 0.97 0.37
Hex BC A1 3 0 E 62 1A 33 61 25
Octal 274 241 3 0 16 142 32 63 141 45
Binary 10111100 10100001 11 0 1110 1100010 11010 110011 1100001 100101

Color Harmonies of #BCA103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA103

Black with #BCA103

Text Example


Text Example

White with #BCA103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA103; }

 p { color: rgb(188,161,3); }

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

background-color css

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

 a { background-color: rgb(188,161,3); }

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

border-color css

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

 span { border-color: rgb(188,161,3); }

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