Html Css Color HEX #BCA391 Del Rio

📋 copy color: '#BCA391'

red 188 ◦ green 163 ◦ blue 145

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

Shades of Del Rio #BCA391

Tints of Del Rio #BCA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.86%

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 37.9%
G = 32.86%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCA391 (or 0xBCA391) is known color: Del Rio. HEX triplet: BC, A3 and 91. RGB value is (188,163,145). Sum of RGB (Red+Green+Blue) = 188+163+145=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA391 is #435C6E. Grayscale: #A8A8A8. Windows color (decimal): -4414575 or 9544636. OLE color: 9544636.

HSL color Cylindrical-coordinate representation of color #BCA391: hue angle of 25.12º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA391 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 145 -
CMYK 0 0.13 0.23 0.26
HSL 25.12º 0.24% 0.65% -
HSV(B) 25.12º 0.23% 0.74% -
XYZ 38.95 38.93 32.25 -
YUV 168.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 188 163 145 0 0.13 0.23 0.26 25.12 0.24 0.65
Hex BC A3 91 0 D 17 1A 19 18 41
Octal 274 243 221 0 15 27 32 31 30 101
Binary 10111100 10100011 10010001 0 1101 10111 11010 11001 11000 1000001

Color Harmonies of #BCA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA391

Black with #BCA391

Text Example


Text Example

White with #BCA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA391; }

 p { color: rgb(188,163,145); }

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

background-color css

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

 a { background-color: rgb(188,163,145); }

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

border-color css

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

 span { border-color: rgb(188,163,145); }

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