Html Css Color HEX #BA8670 Brandy Rose

📋 copy color: '#BA8670'

red 186 ◦ green 134 ◦ blue 112

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

Shades of Brandy Rose #BA8670

Tints of Brandy Rose #BA8670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

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

R = 43.06%
G = 31.02%
B = 25.93%

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

#BA8670 (or 0xBA8670) is known color: Brandy Rose. HEX triplet: BA, 86 and 70. RGB value is (186,134,112). Sum of RGB (Red+Green+Blue) = 186+134+112=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8670 is #45798F. Grayscale: #939393. Windows color (decimal): -4553104 or 7374522. OLE color: 7374522.

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

Color convert

RGB 186 134 112 -
CMYK 0 0.28 0.40 0.27
HSL 17.84º 0.35% 0.58% -
HSV(B) 17.84º 0.4% 0.73% -
XYZ 31.7 28.66 19.19 -
YUV 147.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 186 134 112 0 0.28 0.40 0.27 17.84 0.35 0.58
Hex BA 86 70 0 1C 28 1B 12 23 3A
Octal 272 206 160 0 34 50 33 22 43 72
Binary 10111010 10000110 1110000 0 11100 101000 11011 10010 100011 111010

Color Harmonies of #BA8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8670

Black with #BA8670

Text Example


Text Example

White with #BA8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8670; }

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

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

background-color css

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

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

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

border-color css

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

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

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