Html Css Color HEX #BA8070 Brandy Rose

📋 copy color: '#BA8070'

red 186 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #BA8070

Tints of Brandy Rose #BA8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

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

R = 43.66%
G = 30.05%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8070 (or 0xBA8070) is known color: Brandy Rose. HEX triplet: BA, 80 and 70. RGB value is (186,128,112). Sum of RGB (Red+Green+Blue) = 186+128+112=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8070 is #457F8F. Grayscale: #8F8F8F. Windows color (decimal): -4554640 or 7372986. OLE color: 7372986.

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

Color convert

RGB 186 128 112 -
CMYK 0 0.31 0.40 0.27
HSL 12.97º 0.35% 0.58% -
HSV(B) 12.97º 0.4% 0.73% -
XYZ 30.89 27.05 18.92 -
YUV 143.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 186 128 112 0 0.31 0.40 0.27 12.97 0.35 0.58
Hex BA 80 70 0 1F 28 1B D 23 3A
Octal 272 200 160 0 37 50 33 15 43 72
Binary 10111010 10000000 1110000 0 11111 101000 11011 1101 100011 111010

Color Harmonies of #BA8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8070

Black with #BA8070

Text Example


Text Example

White with #BA8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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