Html Css Color HEX #BA847C Brandy Rose

📋 copy color: '#BA847C'

red 186 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #BA847C

Tints of Brandy Rose #BA847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

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

R = 42.08%
G = 29.86%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA847C (or 0xBA847C) is known color: Brandy Rose. HEX triplet: BA, 84 and 7C. RGB value is (186,132,124). Sum of RGB (Red+Green+Blue) = 186+132+124=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA847C is #457B83. Grayscale: #939393. Windows color (decimal): -4553604 or 8160442. OLE color: 8160442.

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

Color convert

RGB 186 132 124 -
CMYK 0 0.29 0.33 0.27
HSL 7.74º 0.31% 0.61% -
HSV(B) 7.74º 0.33% 0.73% -
XYZ 32.14 28.4 22.86 -
YUV 147.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 186 132 124 0 0.29 0.33 0.27 7.74 0.31 0.61
Hex BA 84 7C 0 1D 21 1B 8 1F 3D
Octal 272 204 174 0 35 41 33 10 37 75
Binary 10111010 10000100 1111100 0 11101 100001 11011 1000 11111 111101

Color Harmonies of #BA847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA847C

Black with #BA847C

Text Example


Text Example

White with #BA847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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