Html Css Color HEX #BA7A79 Brandy Rose

📋 copy color: '#BA7A79'

red 186 ◦ green 122 ◦ blue 121

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

Shades of Brandy Rose #BA7A79

Tints of Brandy Rose #BA7A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

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

R = 43.36%
G = 28.44%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7A79 (or 0xBA7A79) is known color: Brandy Rose. HEX triplet: BA, 7A and 79. RGB value is (186,122,121). Sum of RGB (Red+Green+Blue) = 186+122+121=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A79 is #458586. Grayscale: #8D8D8D. Windows color (decimal): -4556167 or 7961274. OLE color: 7961274.

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

Color convert

RGB 186 122 121 -
CMYK 0 0.34 0.35 0.27
HSL 0.92º 0.32% 0.6% -
HSV(B) 0.92º 0.35% 0.73% -
XYZ 30.66 25.74 21.44 -
YUV 141.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 186 122 121 0 0.34 0.35 0.27 0.92 0.32 0.6
Hex BA 7A 79 0 22 23 1B 1 20 3C
Octal 272 172 171 0 42 43 33 1 40 74
Binary 10111010 1111010 1111001 0 100010 100011 11011 1 100000 111100

Color Harmonies of #BA7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A79

Black with #BA7A79

Text Example


Text Example

White with #BA7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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