Html Css Color HEX #BA8281 Brandy Rose

📋 copy color: '#BA8281'

red 186 ◦ green 130 ◦ blue 129

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

Shades of Brandy Rose #BA8281

Tints of Brandy Rose #BA8281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 41.8%
G = 29.21%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA8281 (or 0xBA8281) is known color: Brandy Rose. HEX triplet: BA, 82 and 81. RGB value is (186,130,129). Sum of RGB (Red+Green+Blue) = 186+130+129=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8281 is #457D7E. Grayscale: #929292. Windows color (decimal): -4554111 or 8487610. OLE color: 8487610.

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

Color convert

RGB 186 130 129 -
CMYK 0 0.30 0.31 0.27
HSL 1.05º 0.29% 0.62% -
HSV(B) 1.05º 0.31% 0.73% -
XYZ 32.19 27.99 24.47 -
YUV 146.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 186 130 129 0 0.30 0.31 0.27 1.05 0.29 0.62
Hex BA 82 81 0 1E 1F 1B 1 1D 3E
Octal 272 202 201 0 36 37 33 1 35 76
Binary 10111010 10000010 10000001 0 11110 11111 11011 1 11101 111110

Color Harmonies of #BA8281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8281

Black with #BA8281

Text Example


Text Example

White with #BA8281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8281; }

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

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

background-color css

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

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

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

border-color css

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

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

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