Html Css Color HEX #BA8576 Brandy Rose

📋 copy color: '#BA8576'

red 186 ◦ green 133 ◦ blue 118

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

Shades of Brandy Rose #BA8576

Tints of Brandy Rose #BA8576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 42.56%
G = 30.43%
B = 27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8576 (or 0xBA8576) is known color: Brandy Rose. HEX triplet: BA, 85 and 76. RGB value is (186,133,118). Sum of RGB (Red+Green+Blue) = 186+133+118=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8576 is #457A89. Grayscale: #939393. Windows color (decimal): -4553354 or 7767482. OLE color: 7767482.

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

Color convert

RGB 186 133 118 -
CMYK 0 0.28 0.37 0.27
HSL 13.24º 0.33% 0.6% -
HSV(B) 13.24º 0.37% 0.73% -
XYZ 31.91 28.52 20.96 -
YUV 147.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 186 133 118 0 0.28 0.37 0.27 13.24 0.33 0.6
Hex BA 85 76 0 1C 25 1B D 21 3C
Octal 272 205 166 0 34 45 33 15 41 74
Binary 10111010 10000101 1110110 0 11100 100101 11011 1101 100001 111100

Color Harmonies of #BA8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8576

Black with #BA8576

Text Example


Text Example

White with #BA8576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8576; }

 p { color: rgb(186,133,118); }

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

background-color css

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

 a { background-color: rgb(186,133,118); }

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

border-color css

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

 span { border-color: rgb(186,133,118); }

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