Html Css Color HEX #BA877A Brandy Rose

📋 copy color: '#BA877A'

red 186 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #BA877A

Tints of Brandy Rose #BA877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 41.99%
G = 30.47%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA877A (or 0xBA877A) is known color: Brandy Rose. HEX triplet: BA, 87 and 7A. RGB value is (186,135,122). Sum of RGB (Red+Green+Blue) = 186+135+122=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA877A is #457885. Grayscale: #949494. Windows color (decimal): -4552838 or 8030138. OLE color: 8030138.

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

Color convert

RGB 186 135 122 -
CMYK 0 0.27 0.34 0.27
HSL 12.19º 0.32% 0.6% -
HSV(B) 12.19º 0.34% 0.73% -
XYZ 32.43 29.17 22.33 -
YUV 148.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 186 135 122 0 0.27 0.34 0.27 12.19 0.32 0.6
Hex BA 87 7A 0 1B 22 1B C 20 3C
Octal 272 207 172 0 33 42 33 14 40 74
Binary 10111010 10000111 1111010 0 11011 100010 11011 1100 100000 111100

Color Harmonies of #BA877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA877A

Black with #BA877A

Text Example


Text Example

White with #BA877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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