Html Css Color HEX #BA837C Brandy Rose

📋 copy color: '#BA837C'

red 186 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #BA837C

Tints of Brandy Rose #BA837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

 BLUE value IS 124 (48.83% from 255) = 28.12%

R = 42.18%
G = 29.71%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA837C (or 0xBA837C) is known color: Brandy Rose. HEX triplet: BA, 83 and 7C. RGB value is (186,131,124). Sum of RGB (Red+Green+Blue) = 186+131+124=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA837C is #457C83. Grayscale: #929292. Windows color (decimal): -4553860 or 8160186. OLE color: 8160186.

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

Color convert

RGB 186 131 124 -
CMYK 0 0.30 0.33 0.27
HSL 6.77º 0.31% 0.61% -
HSV(B) 6.77º 0.33% 0.73% -
XYZ 32 28.13 22.81 -
YUV 146.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 186 131 124 0 0.30 0.33 0.27 6.77 0.31 0.61
Hex BA 83 7C 0 1E 21 1B 7 1F 3D
Octal 272 203 174 0 36 41 33 7 37 75
Binary 10111010 10000011 1111100 0 11110 100001 11011 111 11111 111101

Color Harmonies of #BA837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA837C

Black with #BA837C

Text Example


Text Example

White with #BA837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA837C; }

 p { color: rgb(186,131,124); }

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

background-color css

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

 a { background-color: rgb(186,131,124); }

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

border-color css

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

 span { border-color: rgb(186,131,124); }

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