Html Css Color HEX #BA968B Del Rio

📋 copy color: '#BA968B'

red 186 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #BA968B

Tints of Del Rio #BA968B

RGB

 RED value IS 186 (73.05% from 255) = 39.16%

 GREEN value IS 150 (58.98% from 255) = 31.58%

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 39.16%
G = 31.58%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA968B (or 0xBA968B) is known color: Del Rio. HEX triplet: BA, 96 and 8B. RGB value is (186,150,139). Sum of RGB (Red+Green+Blue) = 186+150+139=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968B is #456974. Grayscale: #9F9F9F. Windows color (decimal): -4548981 or 9148090. OLE color: 9148090.

HSL color Cylindrical-coordinate representation of color #BA968B: hue angle of 14.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA968B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 139 -
CMYK 0 0.19 0.25 0.27
HSL 14.04º 0.25% 0.64% -
HSV(B) 14.04º 0.25% 0.73% -
XYZ 35.82 34.12 29.12 -
YUV 159.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 186 150 139 0 0.19 0.25 0.27 14.04 0.25 0.64
Hex BA 96 8B 0 13 19 1B E 19 40
Octal 272 226 213 0 23 31 33 16 31 100
Binary 10111010 10010110 10001011 0 10011 11001 11011 1110 11001 1000000

Color Harmonies of #BA968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA968B

Black with #BA968B

Text Example


Text Example

White with #BA968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA968B; }

 p { color: rgb(186,150,139); }

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

background-color css

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

 a { background-color: rgb(186,150,139); }

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

border-color css

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

 span { border-color: rgb(186,150,139); }

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