Html Css Color HEX #BA7C75 Brandy Rose

📋 copy color: '#BA7C75'

red 186 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #BA7C75

Tints of Brandy Rose #BA7C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 43.56%
G = 29.04%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA7C75 (or 0xBA7C75) is known color: Brandy Rose. HEX triplet: BA, 7C and 75. RGB value is (186,124,117). Sum of RGB (Red+Green+Blue) = 186+124+117=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C75 is #45838A. Grayscale: #8D8D8D. Windows color (decimal): -4555659 or 7699642. OLE color: 7699642.

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

Color convert

RGB 186 124 117 -
CMYK 0 0.33 0.37 0.27
HSL 6.09º 0.33% 0.59% -
HSV(B) 6.09º 0.37% 0.73% -
XYZ 30.67 26.14 20.26 -
YUV 141.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 186 124 117 0 0.33 0.37 0.27 6.09 0.33 0.59
Hex BA 7C 75 0 21 25 1B 6 21 3B
Octal 272 174 165 0 41 45 33 6 41 73
Binary 10111010 1111100 1110101 0 100001 100101 11011 110 100001 111011

Color Harmonies of #BA7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C75

Black with #BA7C75

Text Example


Text Example

White with #BA7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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