Html Css Color HEX #BA8C80 Brandy Rose

📋 copy color: '#BA8C80'

red 186 ◦ green 140 ◦ blue 128

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

Shades of Brandy Rose #BA8C80

Tints of Brandy Rose #BA8C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

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

R = 40.97%
G = 30.84%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA8C80 (or 0xBA8C80) is known color: Brandy Rose. HEX triplet: BA, 8C and 80. RGB value is (186,140,128). Sum of RGB (Red+Green+Blue) = 186+140+128=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C80 is #45737F. Grayscale: #989898. Windows color (decimal): -4551552 or 8424634. OLE color: 8424634.

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

Color convert

RGB 186 140 128 -
CMYK 0 0.25 0.31 0.27
HSL 12.41º 0.3% 0.62% -
HSV(B) 12.41º 0.31% 0.73% -
XYZ 33.52 30.75 24.59 -
YUV 152.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 186 140 128 0 0.25 0.31 0.27 12.41 0.3 0.62
Hex BA 8C 80 0 19 1F 1B C 1E 3E
Octal 272 214 200 0 31 37 33 14 36 76
Binary 10111010 10001100 10000000 0 11001 11111 11011 1100 11110 111110

Color Harmonies of #BA8C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C80

Black with #BA8C80

Text Example


Text Example

White with #BA8C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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