Html Css Color HEX #BCA394 Del Rio

📋 copy color: '#BCA394'

red 188 ◦ green 163 ◦ blue 148

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

Shades of Del Rio #BCA394

Tints of Del Rio #BCA394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 37.68%
G = 32.67%
B = 29.66%

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

#BCA394 (or 0xBCA394) is known color: Del Rio. HEX triplet: BC, A3 and 94. RGB value is (188,163,148). Sum of RGB (Red+Green+Blue) = 188+163+148=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA394 is #435C6B. Grayscale: #A8A8A8. Windows color (decimal): -4414572 or 9741244. OLE color: 9741244.

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

Color convert

RGB 188 163 148 -
CMYK 0 0.13 0.21 0.26
HSL 22.5º 0.23% 0.66% -
HSV(B) 22.5º 0.21% 0.74% -
XYZ 39.18 39.02 33.48 -
YUV 168.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 188 163 148 0 0.13 0.21 0.26 22.5 0.23 0.66
Hex BC A3 94 0 D 15 1A 16 17 42
Octal 274 243 224 0 15 25 32 26 27 102
Binary 10111100 10100011 10010100 0 1101 10101 11010 10110 10111 1000010

Color Harmonies of #BCA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA394

Black with #BCA394

Text Example


Text Example

White with #BCA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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