Html Css Color HEX #BCA094 Del Rio

📋 copy color: '#BCA094'

red 188 ◦ green 160 ◦ blue 148

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

Shades of Del Rio #BCA094

Tints of Del Rio #BCA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.26%

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

R = 37.9%
G = 32.26%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCA094 (or 0xBCA094) is known color: Del Rio. HEX triplet: BC, A0 and 94. RGB value is (188,160,148). Sum of RGB (Red+Green+Blue) = 188+160+148=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA094 is #435F6B. Grayscale: #A7A7A7. Windows color (decimal): -4415340 or 9740476. OLE color: 9740476.

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

Color convert

RGB 188 160 148 -
CMYK 0 0.15 0.21 0.26
HSL 18º 0.23% 0.66% -
HSV(B) 18º 0.21% 0.74% -
XYZ 38.66 37.97 33.31 -
YUV 167 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 188 160 148 0 0.15 0.21 0.26 18 0.23 0.66
Hex BC A0 94 0 F 15 1A 12 17 42
Octal 274 240 224 0 17 25 32 22 27 102
Binary 10111100 10100000 10010100 0 1111 10101 11010 10010 10111 1000010

Color Harmonies of #BCA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA094

Black with #BCA094

Text Example


Text Example

White with #BCA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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