Html Css Color HEX #BA7E6A Brandy Rose

📋 copy color: '#BA7E6A'

red 186 ◦ green 126 ◦ blue 106

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

Shades of Brandy Rose #BA7E6A

Tints of Brandy Rose #BA7E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.14%

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 44.5%
G = 30.14%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA7E6A (or 0xBA7E6A) is known color: Brandy Rose. HEX triplet: BA, 7E and 6A. RGB value is (186,126,106). Sum of RGB (Red+Green+Blue) = 186+126+106=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E6A is #458195. Grayscale: #8D8D8D. Windows color (decimal): -4555158 or 6979258. OLE color: 6979258.

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

Color convert

RGB 186 126 106 -
CMYK 0 0.32 0.43 0.27
HSL 15º 0.37% 0.57% -
HSV(B) 15º 0.43% 0.73% -
XYZ 30.31 26.4 17.13 -
YUV 141.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 186 126 106 0 0.32 0.43 0.27 15 0.37 0.57
Hex BA 7E 6A 0 20 2B 1B F 25 39
Octal 272 176 152 0 40 53 33 17 45 71
Binary 10111010 1111110 1101010 0 100000 101011 11011 1111 100101 111001

Color Harmonies of #BA7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E6A

Black with #BA7E6A

Text Example


Text Example

White with #BA7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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