Html Css Color HEX #BA847F Brandy Rose

📋 copy color: '#BA847F'

red 186 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #BA847F

Tints of Brandy Rose #BA847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.54%

R = 41.8%
G = 29.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA847F (or 0xBA847F) is known color: Brandy Rose. HEX triplet: BA, 84 and 7F. RGB value is (186,132,127). Sum of RGB (Red+Green+Blue) = 186+132+127=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA847F is #457B80. Grayscale: #939393. Windows color (decimal): -4553601 or 8357050. OLE color: 8357050.

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

Color convert

RGB 186 132 127 -
CMYK 0 0.29 0.32 0.27
HSL 5.08º 0.3% 0.61% -
HSV(B) 5.08º 0.32% 0.73% -
XYZ 32.33 28.47 23.87 -
YUV 147.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 186 132 127 0 0.29 0.32 0.27 5.08 0.3 0.61
Hex BA 84 7F 0 1D 20 1B 5 1E 3D
Octal 272 204 177 0 35 40 33 5 36 75
Binary 10111010 10000100 1111111 0 11101 100000 11011 101 11110 111101

Color Harmonies of #BA847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA847F

Black with #BA847F

Text Example


Text Example

White with #BA847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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