Html Css Color HEX #BA8570 Brandy Rose

📋 copy color: '#BA8570'

red 186 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #BA8570

Tints of Brandy Rose #BA8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 43.16%
G = 30.86%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8570 (or 0xBA8570) is known color: Brandy Rose. HEX triplet: BA, 85 and 70. RGB value is (186,133,112). Sum of RGB (Red+Green+Blue) = 186+133+112=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8570 is #457A8F. Grayscale: #929292. Windows color (decimal): -4553360 or 7374266. OLE color: 7374266.

HSL color Cylindrical-coordinate representation of color #BA8570: hue angle of 17.03º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8570 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 112 -
CMYK 0 0.28 0.40 0.27
HSL 17.03º 0.35% 0.58% -
HSV(B) 17.03º 0.4% 0.73% -
XYZ 31.56 28.38 19.14 -
YUV 146.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 186 133 112 0 0.28 0.40 0.27 17.03 0.35 0.58
Hex BA 85 70 0 1C 28 1B 11 23 3A
Octal 272 205 160 0 34 50 33 21 43 72
Binary 10111010 10000101 1110000 0 11100 101000 11011 10001 100011 111010

Color Harmonies of #BA8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8570

Black with #BA8570

Text Example


Text Example

White with #BA8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8570; }

 p { color: rgb(186,133,112); }

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

background-color css

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

 a { background-color: rgb(186,133,112); }

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

border-color css

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

 span { border-color: rgb(186,133,112); }

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