Html Css Color HEX #BA7F73 Brandy Rose

📋 copy color: '#BA7F73'

red 186 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #BA7F73

Tints of Brandy Rose #BA7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 43.46%
G = 29.67%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA7F73 (or 0xBA7F73) is known color: Brandy Rose. HEX triplet: BA, 7F and 73. RGB value is (186,127,115). Sum of RGB (Red+Green+Blue) = 186+127+115=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F73 is #45808C. Grayscale: #8F8F8F. Windows color (decimal): -4554893 or 7569338. OLE color: 7569338.

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

Color convert

RGB 186 127 115 -
CMYK 0 0.32 0.38 0.27
HSL 10.14º 0.34% 0.59% -
HSV(B) 10.14º 0.38% 0.73% -
XYZ 30.93 26.86 19.77 -
YUV 143.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 186 127 115 0 0.32 0.38 0.27 10.14 0.34 0.59
Hex BA 7F 73 0 20 26 1B A 22 3B
Octal 272 177 163 0 40 46 33 12 42 73
Binary 10111010 1111111 1110011 0 100000 100110 11011 1010 100010 111011

Color Harmonies of #BA7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F73

Black with #BA7F73

Text Example


Text Example

White with #BA7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F73; }

 p { color: rgb(186,127,115); }

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

background-color css

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

 a { background-color: rgb(186,127,115); }

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

border-color css

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

 span { border-color: rgb(186,127,115); }

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