Html Css Color HEX #BA988A Del Rio

📋 copy color: '#BA988A'

red 186 ◦ green 152 ◦ blue 138

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

Shades of Del Rio #BA988A

Tints of Del Rio #BA988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.93%

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

R = 39.08%
G = 31.93%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA988A (or 0xBA988A) is known color: Del Rio. HEX triplet: BA, 98 and 8A. RGB value is (186,152,138). Sum of RGB (Red+Green+Blue) = 186+152+138=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA988A is #456775. Grayscale: #A0A0A0. Windows color (decimal): -4548470 or 9083066. OLE color: 9083066.

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

Color convert

RGB 186 152 138 -
CMYK 0 0.18 0.26 0.27
HSL 17.5º 0.26% 0.64% -
HSV(B) 17.5º 0.26% 0.73% -
XYZ 36.07 34.73 28.85 -
YUV 160.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 186 152 138 0 0.18 0.26 0.27 17.5 0.26 0.64
Hex BA 98 8A 0 12 1A 1B 12 1A 40
Octal 272 230 212 0 22 32 33 22 32 100
Binary 10111010 10011000 10001010 0 10010 11010 11011 10010 11010 1000000

Color Harmonies of #BA988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA988A

Black with #BA988A

Text Example


Text Example

White with #BA988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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