Html Css Color HEX #BA876C Brandy Rose

📋 copy color: '#BA876C'

red 186 ◦ green 135 ◦ blue 108

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

Shades of Brandy Rose #BA876C

Tints of Brandy Rose #BA876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 43.36%
G = 31.47%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA876C (or 0xBA876C) is known color: Brandy Rose. HEX triplet: BA, 87 and 6C. RGB value is (186,135,108). Sum of RGB (Red+Green+Blue) = 186+135+108=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA876C is #457893. Grayscale: #939393. Windows color (decimal): -4552852 or 7112634. OLE color: 7112634.

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

Color convert

RGB 186 135 108 -
CMYK 0 0.27 0.42 0.27
HSL 20.77º 0.36% 0.58% -
HSV(B) 20.77º 0.42% 0.73% -
XYZ 31.62 28.85 18.09 -
YUV 147.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 186 135 108 0 0.27 0.42 0.27 20.77 0.36 0.58
Hex BA 87 6C 0 1B 2A 1B 15 24 3A
Octal 272 207 154 0 33 52 33 25 44 72
Binary 10111010 10000111 1101100 0 11011 101010 11011 10101 100100 111010

Color Harmonies of #BA876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA876C

Black with #BA876C

Text Example


Text Example

White with #BA876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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