Html Css Color HEX #BCA803 Buddha Gold

📋 copy color: '#BCA803'

red 188 ◦ green 168 ◦ blue 3

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

Shades of Buddha Gold #BCA803

Tints of Buddha Gold #BCA803

RGB

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

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

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

R = 52.37%
G = 46.8%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCA803 (or 0xBCA803) is known color: Buddha Gold. HEX triplet: BC, A8 and 03. RGB value is (188,168,3). Sum of RGB (Red+Green+Blue) = 188+168+3=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA803 is #4357FC. Grayscale: #9B9B9B. Windows color (decimal): -4413437 or 239804. OLE color: 239804.

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

Color convert

RGB 188 168 3 -
CMYK 0 0.11 0.98 0.26
HSL 53.51º 0.97% 0.37% -
HSV(B) 53.51º 0.98% 0.74% -
XYZ 34.76 38.7 5.72 -
YUV 155.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 188 168 3 0 0.11 0.98 0.26 53.51 0.97 0.37
Hex BC A8 3 0 B 62 1A 36 61 25
Octal 274 250 3 0 13 142 32 66 141 45
Binary 10111100 10101000 11 0 1011 1100010 11010 110110 1100001 100101

Color Harmonies of #BCA803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA803

Black with #BCA803

Text Example


Text Example

White with #BCA803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA803; }

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

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

background-color css

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

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

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

border-color css

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

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

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