Html Css Color HEX #BA7E6F Brandy Rose

📋 copy color: '#BA7E6F'

red 186 ◦ green 126 ◦ blue 111

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

Shades of Brandy Rose #BA7E6F

Tints of Brandy Rose #BA7E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 43.97%
G = 29.79%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA7E6F (or 0xBA7E6F) is known color: Brandy Rose. HEX triplet: BA, 7E and 6F. RGB value is (186,126,111). Sum of RGB (Red+Green+Blue) = 186+126+111=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E6F is #458190. Grayscale: #8E8E8E. Windows color (decimal): -4555153 or 7306938. OLE color: 7306938.

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

Color convert

RGB 186 126 111 -
CMYK 0 0.32 0.40 0.27
HSL 12º 0.35% 0.58% -
HSV(B) 12º 0.4% 0.73% -
XYZ 30.58 26.51 18.54 -
YUV 142.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 186 126 111 0 0.32 0.40 0.27 12 0.35 0.58
Hex BA 7E 6F 0 20 28 1B C 23 3A
Octal 272 176 157 0 40 50 33 14 43 72
Binary 10111010 1111110 1101111 0 100000 101000 11011 1100 100011 111010

Color Harmonies of #BA7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E6F

Black with #BA7E6F

Text Example


Text Example

White with #BA7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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