Html Css Color HEX #BA827F Brandy Rose

📋 copy color: '#BA827F'

red 186 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #BA827F

Tints of Brandy Rose #BA827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 41.99%
G = 29.35%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA827F (or 0xBA827F) is known color: Brandy Rose. HEX triplet: BA, 82 and 7F. RGB value is (186,130,127). Sum of RGB (Red+Green+Blue) = 186+130+127=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA827F is #457D80. Grayscale: #929292. Windows color (decimal): -4554113 or 8356538. OLE color: 8356538.

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

Color convert

RGB 186 130 127 -
CMYK 0 0.30 0.32 0.27
HSL 3.05º 0.3% 0.61% -
HSV(B) 3.05º 0.32% 0.73% -
XYZ 32.06 27.94 23.78 -
YUV 146.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 186 130 127 0 0.30 0.32 0.27 3.05 0.3 0.61
Hex BA 82 7F 0 1E 20 1B 3 1E 3D
Octal 272 202 177 0 36 40 33 3 36 75
Binary 10111010 10000010 1111111 0 11110 100000 11011 11 11110 111101

Color Harmonies of #BA827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA827F

Black with #BA827F

Text Example


Text Example

White with #BA827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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