Html Css Color HEX #BA8881 Brandy Rose

📋 copy color: '#BA8881'

red 186 ◦ green 136 ◦ blue 129

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

Shades of Brandy Rose #BA8881

Tints of Brandy Rose #BA8881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.16%

 BLUE value IS 129 (50.78% from 255) = 28.6%

R = 41.24%
G = 30.16%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA8881 (or 0xBA8881) is known color: Brandy Rose. HEX triplet: BA, 88 and 81. RGB value is (186,136,129). Sum of RGB (Red+Green+Blue) = 186+136+129=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8881 is #45777E. Grayscale: #969696. Windows color (decimal): -4552575 or 8489146. OLE color: 8489146.

HSL color Cylindrical-coordinate representation of color #BA8881: hue angle of 7.37º degrees, saturation: 0.29, 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 #BA8881 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 129 -
CMYK 0 0.27 0.31 0.27
HSL 7.37º 0.29% 0.62% -
HSV(B) 7.37º 0.31% 0.73% -
XYZ 33.02 29.63 24.75 -
YUV 150.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 186 136 129 0 0.27 0.31 0.27 7.37 0.29 0.62
Hex BA 88 81 0 1B 1F 1B 7 1D 3E
Octal 272 210 201 0 33 37 33 7 35 76
Binary 10111010 10001000 10000001 0 11011 11111 11011 111 11101 111110

Color Harmonies of #BA8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8881

Black with #BA8881

Text Example


Text Example

White with #BA8881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8881; }

 p { color: rgb(186,136,129); }

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

background-color css

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

 a { background-color: rgb(186,136,129); }

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

border-color css

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

 span { border-color: rgb(186,136,129); }

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