Html Css Color HEX #BA7C74 Brandy Rose

📋 copy color: '#BA7C74'

red 186 ◦ green 124 ◦ blue 116

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

Shades of Brandy Rose #BA7C74

Tints of Brandy Rose #BA7C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 43.66%
G = 29.11%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA7C74 (or 0xBA7C74) is known color: Brandy Rose. HEX triplet: BA, 7C and 74. RGB value is (186,124,116). Sum of RGB (Red+Green+Blue) = 186+124+116=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C74 is #45838B. Grayscale: #8D8D8D. Windows color (decimal): -4555660 or 7634106. OLE color: 7634106.

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

Color convert

RGB 186 124 116 -
CMYK 0 0.33 0.38 0.27
HSL 6.86º 0.34% 0.59% -
HSV(B) 6.86º 0.38% 0.73% -
XYZ 30.61 26.12 19.95 -
YUV 141.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 186 124 116 0 0.33 0.38 0.27 6.86 0.34 0.59
Hex BA 7C 74 0 21 26 1B 7 22 3B
Octal 272 174 164 0 41 46 33 7 42 73
Binary 10111010 1111100 1110100 0 100001 100110 11011 111 100010 111011

Color Harmonies of #BA7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C74

Black with #BA7C74

Text Example


Text Example

White with #BA7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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