Html Css Color HEX #BA7F6F Brandy Rose

📋 copy color: '#BA7F6F'

red 186 ◦ green 127 ◦ blue 111

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

Shades of Brandy Rose #BA7F6F

Tints of Brandy Rose #BA7F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 43.87%
G = 29.95%
B = 26.18%

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

#BA7F6F (or 0xBA7F6F) is known color: Brandy Rose. HEX triplet: BA, 7F and 6F. RGB value is (186,127,111). Sum of RGB (Red+Green+Blue) = 186+127+111=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F6F is #458090. Grayscale: #8E8E8E. Windows color (decimal): -4554897 or 7307194. OLE color: 7307194.

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

Color convert

RGB 186 127 111 -
CMYK 0 0.32 0.40 0.27
HSL 12.8º 0.35% 0.58% -
HSV(B) 12.8º 0.4% 0.73% -
XYZ 30.71 26.77 18.59 -
YUV 142.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 186 127 111 0 0.32 0.40 0.27 12.8 0.35 0.58
Hex BA 7F 6F 0 20 28 1B D 23 3A
Octal 272 177 157 0 40 50 33 15 43 72
Binary 10111010 1111111 1101111 0 100000 101000 11011 1101 100011 111010

Color Harmonies of #BA7F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F6F

Black with #BA7F6F

Text Example


Text Example

White with #BA7F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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