Html Css Color HEX #BCA295 Del Rio

📋 copy color: '#BCA295'

red 188 ◦ green 162 ◦ blue 149

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

Shades of Del Rio #BCA295

Tints of Del Rio #BCA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.46%

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

R = 37.68%
G = 32.46%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCA295 (or 0xBCA295) is known color: Del Rio. HEX triplet: BC, A2 and 95. RGB value is (188,162,149). Sum of RGB (Red+Green+Blue) = 188+162+149=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA295 is #435D6A. Grayscale: #A8A8A8. Windows color (decimal): -4414827 or 9806524. OLE color: 9806524.

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

Color convert

RGB 188 162 149 -
CMYK 0 0.14 0.21 0.26
HSL 20º 0.23% 0.66% -
HSV(B) 20º 0.21% 0.74% -
XYZ 39.08 38.7 33.84 -
YUV 168.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 188 162 149 0 0.14 0.21 0.26 20 0.23 0.66
Hex BC A2 95 0 E 15 1A 14 17 42
Octal 274 242 225 0 16 25 32 24 27 102
Binary 10111100 10100010 10010101 0 1110 10101 11010 10100 10111 1000010

Color Harmonies of #BCA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA295

Black with #BCA295

Text Example


Text Example

White with #BCA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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