Html Css Color HEX #BA7C6F Brandy Rose

📋 copy color: '#BA7C6F'

red 186 ◦ green 124 ◦ blue 111

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

Shades of Brandy Rose #BA7C6F

Tints of Brandy Rose #BA7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

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

R = 44.18%
G = 29.45%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA7C6F (or 0xBA7C6F) is known color: Brandy Rose. HEX triplet: BA, 7C and 6F. RGB value is (186,124,111). Sum of RGB (Red+Green+Blue) = 186+124+111=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C6F is #458390. Grayscale: #8D8D8D. Windows color (decimal): -4555665 or 7306426. OLE color: 7306426.

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

Color convert

RGB 186 124 111 -
CMYK 0 0.33 0.40 0.27
HSL 10.4º 0.35% 0.58% -
HSV(B) 10.4º 0.4% 0.73% -
XYZ 30.33 26 18.46 -
YUV 141.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 186 124 111 0 0.33 0.40 0.27 10.4 0.35 0.58
Hex BA 7C 6F 0 21 28 1B A 23 3A
Octal 272 174 157 0 41 50 33 12 43 72
Binary 10111010 1111100 1101111 0 100001 101000 11011 1010 100011 111010

Color Harmonies of #BA7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C6F

Black with #BA7C6F

Text Example


Text Example

White with #BA7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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