Html Css Color HEX #BA7E77 Brandy Rose

📋 copy color: '#BA7E77'

red 186 ◦ green 126 ◦ blue 119

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

Shades of Brandy Rose #BA7E77

Tints of Brandy Rose #BA7E77

RGB

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

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

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

R = 43.16%
G = 29.23%
B = 27.61%

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

#BA7E77 (or 0xBA7E77) is known color: Brandy Rose. HEX triplet: BA, 7E and 77. RGB value is (186,126,119). Sum of RGB (Red+Green+Blue) = 186+126+119=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E77 is #458188. Grayscale: #8F8F8F. Windows color (decimal): -4555145 or 7831226. OLE color: 7831226.

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

Color convert

RGB 186 126 119 -
CMYK 0 0.32 0.36 0.27
HSL 6.27º 0.33% 0.6% -
HSV(B) 6.27º 0.36% 0.73% -
XYZ 31.04 26.69 20.97 -
YUV 143.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 186 126 119 0 0.32 0.36 0.27 6.27 0.33 0.6
Hex BA 7E 77 0 20 24 1B 6 21 3C
Octal 272 176 167 0 40 44 33 6 41 74
Binary 10111010 1111110 1110111 0 100000 100100 11011 110 100001 111100

Color Harmonies of #BA7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E77

Black with #BA7E77

Text Example


Text Example

White with #BA7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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