Html Css Color HEX #BA8676 Brandy Rose

📋 copy color: '#BA8676'

red 186 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #BA8676

Tints of Brandy Rose #BA8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

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

R = 42.47%
G = 30.59%
B = 26.94%

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

#BA8676 (or 0xBA8676) is known color: Brandy Rose. HEX triplet: BA, 86 and 76. RGB value is (186,134,118). Sum of RGB (Red+Green+Blue) = 186+134+118=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8676 is #457989. Grayscale: #939393. Windows color (decimal): -4553098 or 7767738. OLE color: 7767738.

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

Color convert

RGB 186 134 118 -
CMYK 0 0.28 0.37 0.27
HSL 14.12º 0.33% 0.6% -
HSV(B) 14.12º 0.37% 0.73% -
XYZ 32.04 28.8 21.01 -
YUV 147.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 186 134 118 0 0.28 0.37 0.27 14.12 0.33 0.6
Hex BA 86 76 0 1C 25 1B E 21 3C
Octal 272 206 166 0 34 45 33 16 41 74
Binary 10111010 10000110 1110110 0 11100 100101 11011 1110 100001 111100

Color Harmonies of #BA8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8676

Black with #BA8676

Text Example


Text Example

White with #BA8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8676; }

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

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

background-color css

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

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

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

border-color css

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

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

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