Html Css Color HEX #BA8470 Brandy Rose

📋 copy color: '#BA8470'

red 186 ◦ green 132 ◦ blue 112

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

Shades of Brandy Rose #BA8470

Tints of Brandy Rose #BA8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 43.26%
G = 30.7%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8470 (or 0xBA8470) is known color: Brandy Rose. HEX triplet: BA, 84 and 70. RGB value is (186,132,112). Sum of RGB (Red+Green+Blue) = 186+132+112=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8470 is #457B8F. Grayscale: #929292. Windows color (decimal): -4553616 or 7374010. OLE color: 7374010.

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

Color convert

RGB 186 132 112 -
CMYK 0 0.29 0.40 0.27
HSL 16.22º 0.35% 0.58% -
HSV(B) 16.22º 0.4% 0.73% -
XYZ 31.43 28.11 19.1 -
YUV 145.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 186 132 112 0 0.29 0.40 0.27 16.22 0.35 0.58
Hex BA 84 70 0 1D 28 1B 10 23 3A
Octal 272 204 160 0 35 50 33 20 43 72
Binary 10111010 10000100 1110000 0 11101 101000 11011 10000 100011 111010

Color Harmonies of #BA8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8470

Black with #BA8470

Text Example


Text Example

White with #BA8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8470; }

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

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

background-color css

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

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

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

border-color css

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

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

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