Html Css Color HEX #BA968A Del Rio

📋 copy color: '#BA968A'

red 186 ◦ green 150 ◦ blue 138

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

Shades of Del Rio #BA968A

Tints of Del Rio #BA968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 39.24%
G = 31.65%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA968A (or 0xBA968A) is known color: Del Rio. HEX triplet: BA, 96 and 8A. RGB value is (186,150,138). Sum of RGB (Red+Green+Blue) = 186+150+138=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968A is #456975. Grayscale: #9F9F9F. Windows color (decimal): -4548982 or 9082554. OLE color: 9082554.

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

Color convert

RGB 186 150 138 -
CMYK 0 0.19 0.26 0.27
HSL 15º 0.26% 0.64% -
HSV(B) 15º 0.26% 0.73% -
XYZ 35.74 34.09 28.74 -
YUV 159.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 186 150 138 0 0.19 0.26 0.27 15 0.26 0.64
Hex BA 96 8A 0 13 1A 1B F 1A 40
Octal 272 226 212 0 23 32 33 17 32 100
Binary 10111010 10010110 10001010 0 10011 11010 11011 1111 11010 1000000

Color Harmonies of #BA968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA968A

Black with #BA968A

Text Example


Text Example

White with #BA968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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