Html Css Color HEX #BCA395 Del Rio

📋 copy color: '#BCA395'

red 188 ◦ green 163 ◦ blue 149

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

Shades of Del Rio #BCA395

Tints of Del Rio #BCA395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 37.6%
G = 32.6%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCA395 (or 0xBCA395) is known color: Del Rio. HEX triplet: BC, A3 and 95. RGB value is (188,163,149). Sum of RGB (Red+Green+Blue) = 188+163+149=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA395 is #435C6A. Grayscale: #A8A8A8. Windows color (decimal): -4414571 or 9806780. OLE color: 9806780.

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

Color convert

RGB 188 163 149 -
CMYK 0 0.13 0.21 0.26
HSL 21.54º 0.23% 0.66% -
HSV(B) 21.54º 0.21% 0.74% -
XYZ 39.26 39.06 33.9 -
YUV 168.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 188 163 149 0 0.13 0.21 0.26 21.54 0.23 0.66
Hex BC A3 95 0 D 15 1A 16 17 42
Octal 274 243 225 0 15 25 32 26 27 102
Binary 10111100 10100011 10010101 0 1101 10101 11010 10110 10111 1000010

Color Harmonies of #BCA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA395

Black with #BCA395

Text Example


Text Example

White with #BCA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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