Html Css Color HEX #BCA294 Del Rio

📋 copy color: '#BCA294'

red 188 ◦ green 162 ◦ blue 148

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

Shades of Del Rio #BCA294

Tints of Del Rio #BCA294

RGB

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

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

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

R = 37.75%
G = 32.53%
B = 29.72%

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

#BCA294 (or 0xBCA294) is known color: Del Rio. HEX triplet: BC, A2 and 94. RGB value is (188,162,148). Sum of RGB (Red+Green+Blue) = 188+162+148=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA294 is #435D6B. Grayscale: #A8A8A8. Windows color (decimal): -4414828 or 9740988. OLE color: 9740988.

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

Color convert

RGB 188 162 148 -
CMYK 0 0.14 0.21 0.26
HSL 21º 0.23% 0.66% -
HSV(B) 21º 0.21% 0.74% -
XYZ 39 38.67 33.43 -
YUV 168.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 188 162 148 0 0.14 0.21 0.26 21 0.23 0.66
Hex BC A2 94 0 E 15 1A 15 17 42
Octal 274 242 224 0 16 25 32 25 27 102
Binary 10111100 10100010 10010100 0 1110 10101 11010 10101 10111 1000010

Color Harmonies of #BCA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA294

Black with #BCA294

Text Example


Text Example

White with #BCA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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