Html Css Color HEX #BA8079 Brandy Rose

📋 copy color: '#BA8079'

red 186 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #BA8079

Tints of Brandy Rose #BA8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 42.76%
G = 29.43%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA8079 (or 0xBA8079) is known color: Brandy Rose. HEX triplet: BA, 80 and 79. RGB value is (186,128,121). Sum of RGB (Red+Green+Blue) = 186+128+121=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8079 is #457F86. Grayscale: #909090. Windows color (decimal): -4554631 or 7962810. OLE color: 7962810.

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

Color convert

RGB 186 128 121 -
CMYK 0 0.31 0.35 0.27
HSL 6.46º 0.32% 0.6% -
HSV(B) 6.46º 0.35% 0.73% -
XYZ 31.42 27.26 21.69 -
YUV 144.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 186 128 121 0 0.31 0.35 0.27 6.46 0.32 0.6
Hex BA 80 79 0 1F 23 1B 6 20 3C
Octal 272 200 171 0 37 43 33 6 40 74
Binary 10111010 10000000 1111001 0 11111 100011 11011 110 100000 111100

Color Harmonies of #BA8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8079

Black with #BA8079

Text Example


Text Example

White with #BA8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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