Html Css Color HEX #BCA192 Del Rio

📋 copy color: '#BCA192'

red 188 ◦ green 161 ◦ blue 146

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

Shades of Del Rio #BCA192

Tints of Del Rio #BCA192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 37.98%
G = 32.53%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCA192 (or 0xBCA192) is known color: Del Rio. HEX triplet: BC, A1 and 92. RGB value is (188,161,146). Sum of RGB (Red+Green+Blue) = 188+161+146=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA192 is #435E6D. Grayscale: #A7A7A7. Windows color (decimal): -4415086 or 9609660. OLE color: 9609660.

HSL color Cylindrical-coordinate representation of color #BCA192: hue angle of 21.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA192 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 146 -
CMYK 0 0.14 0.22 0.26
HSL 21.43º 0.24% 0.65% -
HSV(B) 21.43º 0.22% 0.74% -
XYZ 38.67 38.26 32.54 -
YUV 167.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 188 161 146 0 0.14 0.22 0.26 21.43 0.24 0.65
Hex BC A1 92 0 E 16 1A 15 18 41
Octal 274 241 222 0 16 26 32 25 30 101
Binary 10111100 10100001 10010010 0 1110 10110 11010 10101 11000 1000001

Color Harmonies of #BCA192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA192

Black with #BCA192

Text Example


Text Example

White with #BCA192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA192; }

 p { color: rgb(188,161,146); }

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

background-color css

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

 a { background-color: rgb(188,161,146); }

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

border-color css

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

 span { border-color: rgb(188,161,146); }

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