Html Css Color HEX #BA876F Brandy Rose

📋 copy color: '#BA876F'

red 186 ◦ green 135 ◦ blue 111

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

Shades of Brandy Rose #BA876F

Tints of Brandy Rose #BA876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 43.06%
G = 31.25%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA876F (or 0xBA876F) is known color: Brandy Rose. HEX triplet: BA, 87 and 6F. RGB value is (186,135,111). Sum of RGB (Red+Green+Blue) = 186+135+111=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA876F is #457890. Grayscale: #939393. Windows color (decimal): -4552849 or 7309242. OLE color: 7309242.

HSL color Cylindrical-coordinate representation of color #BA876F: hue angle of 19.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA876F is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 135 111 -
CMYK 0 0.27 0.40 0.27
HSL 19.2º 0.35% 0.58% -
HSV(B) 19.2º 0.4% 0.73% -
XYZ 31.78 28.91 18.94 -
YUV 147.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 186 135 111 0 0.27 0.40 0.27 19.2 0.35 0.58
Hex BA 87 6F 0 1B 28 1B 13 23 3A
Octal 272 207 157 0 33 50 33 23 43 72
Binary 10111010 10000111 1101111 0 11011 101000 11011 10011 100011 111010

Color Harmonies of #BA876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA876F

Black with #BA876F

Text Example


Text Example

White with #BA876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA876F; }

 p { color: rgb(186,135,111); }

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

background-color css

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

 a { background-color: rgb(186,135,111); }

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

border-color css

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

 span { border-color: rgb(186,135,111); }

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