Html Css Color HEX #BA7F77 Brandy Rose

📋 copy color: '#BA7F77'

red 186 ◦ green 127 ◦ blue 119

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

Shades of Brandy Rose #BA7F77

Tints of Brandy Rose #BA7F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 43.06%
G = 29.4%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA7F77 (or 0xBA7F77) is known color: Brandy Rose. HEX triplet: BA, 7F and 77. RGB value is (186,127,119). Sum of RGB (Red+Green+Blue) = 186+127+119=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F77 is #458088. Grayscale: #8F8F8F. Windows color (decimal): -4554889 or 7831482. OLE color: 7831482.

HSL color Cylindrical-coordinate representation of color #BA7F77: hue angle of 7.16º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7F77 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 119 -
CMYK 0 0.32 0.36 0.27
HSL 7.16º 0.33% 0.6% -
HSV(B) 7.16º 0.36% 0.73% -
XYZ 31.17 26.95 21.01 -
YUV 143.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 186 127 119 0 0.32 0.36 0.27 7.16 0.33 0.6
Hex BA 7F 77 0 20 24 1B 7 21 3C
Octal 272 177 167 0 40 44 33 7 41 74
Binary 10111010 1111111 1110111 0 100000 100100 11011 111 100001 111100

Color Harmonies of #BA7F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F77

Black with #BA7F77

Text Example


Text Example

White with #BA7F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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