Html Css Color HEX #BA8E80 Brandy Rose

📋 copy color: '#BA8E80'

red 186 ◦ green 142 ◦ blue 128

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

Shades of Brandy Rose #BA8E80

Tints of Brandy Rose #BA8E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.14%

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 40.79%
G = 31.14%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA8E80 (or 0xBA8E80) is known color: Brandy Rose. HEX triplet: BA, 8E and 80. RGB value is (186,142,128). Sum of RGB (Red+Green+Blue) = 186+142+128=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8E80 is #45717F. Grayscale: #999999. Windows color (decimal): -4551040 or 8425146. OLE color: 8425146.

HSL color Cylindrical-coordinate representation of color #BA8E80: hue angle of 14.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8E80 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 142 128 -
CMYK 0 0.24 0.31 0.27
HSL 14.48º 0.3% 0.62% -
HSV(B) 14.48º 0.31% 0.73% -
XYZ 33.82 31.34 24.69 -
YUV 153.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 186 142 128 0 0.24 0.31 0.27 14.48 0.3 0.62
Hex BA 8E 80 0 18 1F 1B E 1E 3E
Octal 272 216 200 0 30 37 33 16 36 76
Binary 10111010 10001110 10000000 0 11000 11111 11011 1110 11110 111110

Color Harmonies of #BA8E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E80

Black with #BA8E80

Text Example


Text Example

White with #BA8E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E80; }

 p { color: rgb(186,142,128); }

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

background-color css

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

 a { background-color: rgb(186,142,128); }

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

border-color css

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

 span { border-color: rgb(186,142,128); }

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