#BA836A

Color #BA836A Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BA836A

Tints of Brandy Rose #BA836A

Color information

#BA836A (or 0xBA836A) is unknown color: approx Brandy Rose. HEX triplet: BA, 83 and 6A. RGB value is (186,131,106). Sum of RGB (Red+Green+Blue) = 186+131+106=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836A is #457C95. Grayscale: #909090. Windows color (decimal): -4553878 or 6980538. OLE color: 6980538.

HSL color Cylindrical-coordinate representation of color #BA836A: hue angle of 18.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA836A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186131106-
CMYK00.300.430.27
HSL18.75º36.7%57.25%-
HSV(B)18.75º43.01%72.94%-
XYZ30.9727.7117.35-
YUV144.6106.22157.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=43.97%
G=30.97%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613110600.300.430.2718.7536.757.25
HexBA836A01E2B1B132539
Octal2722031520365333234571
Binary101110101000001111010100111101010111101110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA836A; }

 p { color: rgb(186,131,106); }

 H1.HeaderClassName
 {
   color: #BA836A;
 }
 .AnyTagClassName
 {
   color: #BA836A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,131,106); }

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

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

 span { border-color: rgb(186,131,106); }

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