Html Css Color HEX #BA827C Brandy Rose

📋 copy color: '#BA827C'

red 186 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #BA827C

Tints of Brandy Rose #BA827C

RGB

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

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

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

R = 42.27%
G = 29.55%
B = 28.18%

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

#BA827C (or 0xBA827C) is known color: Brandy Rose. HEX triplet: BA, 82 and 7C. RGB value is (186,130,124). Sum of RGB (Red+Green+Blue) = 186+130+124=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA827C is #457D83. Grayscale: #929292. Windows color (decimal): -4554116 or 8159930. OLE color: 8159930.

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

Color convert

RGB 186 130 124 -
CMYK 0 0.30 0.33 0.27
HSL 5.81º 0.31% 0.61% -
HSV(B) 5.81º 0.33% 0.73% -
XYZ 31.87 27.86 22.77 -
YUV 146.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 186 130 124 0 0.30 0.33 0.27 5.81 0.31 0.61
Hex BA 82 7C 0 1E 21 1B 6 1F 3D
Octal 272 202 174 0 36 41 33 6 37 75
Binary 10111010 10000010 1111100 0 11110 100001 11011 110 11111 111101

Color Harmonies of #BA827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA827C

Black with #BA827C

Text Example


Text Example

White with #BA827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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