Html Css Color HEX #BCA197 Del Rio

📋 copy color: '#BCA197'

red 188 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #BCA197

Tints of Del Rio #BCA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.2%

R = 37.6%
G = 32.2%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCA197 (or 0xBCA197) is known color: Del Rio. HEX triplet: BC, A1 and 97. RGB value is (188,161,151). Sum of RGB (Red+Green+Blue) = 188+161+151=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA197 is #435E68. Grayscale: #A8A8A8. Windows color (decimal): -4415081 or 9937340. OLE color: 9937340.

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

Color convert

RGB 188 161 151 -
CMYK 0 0.14 0.20 0.26
HSL 16.22º 0.22% 0.66% -
HSV(B) 16.22º 0.2% 0.74% -
XYZ 39.07 38.42 34.63 -
YUV 167.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 188 161 151 0 0.14 0.20 0.26 16.22 0.22 0.66
Hex BC A1 97 0 E 14 1A 10 16 42
Octal 274 241 227 0 16 24 32 20 26 102
Binary 10111100 10100001 10010111 0 1110 10100 11010 10000 10110 1000010

Color Harmonies of #BCA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA197

Black with #BCA197

Text Example


Text Example

White with #BCA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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