Html Css Color HEX #BA7C71 Brandy Rose

📋 copy color: '#BA7C71'

red 186 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #BA7C71

Tints of Brandy Rose #BA7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 43.97%
G = 29.31%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA7C71 (or 0xBA7C71) is known color: Brandy Rose. HEX triplet: BA, 7C and 71. RGB value is (186,124,113). Sum of RGB (Red+Green+Blue) = 186+124+113=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C71 is #45838E. Grayscale: #8D8D8D. Windows color (decimal): -4555663 or 7437498. OLE color: 7437498.

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

Color convert

RGB 186 124 113 -
CMYK 0 0.33 0.39 0.27
HSL 9.04º 0.35% 0.59% -
HSV(B) 9.04º 0.39% 0.73% -
XYZ 30.44 26.05 19.05 -
YUV 141.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 186 124 113 0 0.33 0.39 0.27 9.04 0.35 0.59
Hex BA 7C 71 0 21 27 1B 9 23 3B
Octal 272 174 161 0 41 47 33 11 43 73
Binary 10111010 1111100 1110001 0 100001 100111 11011 1001 100011 111011

Color Harmonies of #BA7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C71

Black with #BA7C71

Text Example


Text Example

White with #BA7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C71; }

 p { color: rgb(186,124,113); }

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

background-color css

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

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

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

border-color css

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

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

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