Html Css Color HEX #BA7978 Brandy Rose

📋 copy color: '#BA7978'

red 186 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #BA7978

Tints of Brandy Rose #BA7978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 43.56%
G = 28.34%
B = 28.1%

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

#BA7978 (or 0xBA7978) is known color: Brandy Rose. HEX triplet: BA, 79 and 78. RGB value is (186,121,120). Sum of RGB (Red+Green+Blue) = 186+121+120=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7978 is #458687. Grayscale: #8C8C8C. Windows color (decimal): -4556424 or 7895482. OLE color: 7895482.

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

Color convert

RGB 186 121 120 -
CMYK 0 0.35 0.35 0.27
HSL 0.91º 0.32% 0.6% -
HSV(B) 0.91º 0.35% 0.73% -
XYZ 30.48 25.47 21.08 -
YUV 140.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 186 121 120 0 0.35 0.35 0.27 0.91 0.32 0.6
Hex BA 79 78 0 23 23 1B 1 20 3C
Octal 272 171 170 0 43 43 33 1 40 74
Binary 10111010 1111001 1111000 0 100011 100011 11011 1 100000 111100

Color Harmonies of #BA7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7978

Black with #BA7978

Text Example


Text Example

White with #BA7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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