Html Css Color HEX #BCA613 Buddha Gold

📋 copy color: '#BCA613'

red 188 ◦ green 166 ◦ blue 19

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

Shades of Buddha Gold #BCA613

Tints of Buddha Gold #BCA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 50.4%
G = 44.5%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA613 (or 0xBCA613) is known color: Buddha Gold. HEX triplet: BC, A6 and 13. RGB value is (188,166,19). Sum of RGB (Red+Green+Blue) = 188+166+19=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA613 is #4359EC. Grayscale: #9C9C9C. Windows color (decimal): -4413933 or 1287868. OLE color: 1287868.

HSL color Cylindrical-coordinate representation of color #BCA613: hue angle of 52.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCA613 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 19 -
CMYK 0 0.12 0.90 0.26
HSL 52.19º 0.82% 0.41% -
HSV(B) 52.19º 0.9% 0.74% -
XYZ 34.49 38.01 6.13 -
YUV 155.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 188 166 19 0 0.12 0.90 0.26 52.19 0.82 0.41
Hex BC A6 13 0 C 5A 1A 34 52 29
Octal 274 246 23 0 14 132 32 64 122 51
Binary 10111100 10100110 10011 0 1100 1011010 11010 110100 1010010 101001

Color Harmonies of #BCA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA613

Black with #BCA613

Text Example


Text Example

White with #BCA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA613; }

 p { color: rgb(188,166,19); }

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

background-color css

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

 a { background-color: rgb(188,166,19); }

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

border-color css

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

 span { border-color: rgb(188,166,19); }

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