Html Css Color HEX #BA7979 Brandy Rose

📋 copy color: '#BA7979'

red 186 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #BA7979

Tints of Brandy Rose #BA7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 43.46%
G = 28.27%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7979 (or 0xBA7979) is known color: Brandy Rose. HEX triplet: BA, 79 and 79. RGB value is (186,121,121). Sum of RGB (Red+Green+Blue) = 186+121+121=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7979 is #458686. Grayscale: #8C8C8C. Windows color (decimal): -4556423 or 7961018. OLE color: 7961018.

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

Color convert

RGB 186 121 121 -
CMYK 0 0.35 0.35 0.27
HSL 0.32% 0.6% -
HSV(B) 0.35% 0.73% -
XYZ 30.54 25.49 21.4 -
YUV 140.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 186 121 121 0 0.35 0.35 0.27 0 0.32 0.6
Hex BA 79 79 0 23 23 1B 0 20 3C
Octal 272 171 171 0 43 43 33 0 40 74
Binary 10111010 1111001 1111001 0 100011 100011 11011 0 100000 111100

Color Harmonies of #BA7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7979

Black with #BA7979

Text Example


Text Example

White with #BA7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7979; }

 p { color: rgb(186,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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