Html Css Color HEX #BA847D Brandy Rose

📋 copy color: '#BA847D'

red 186 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #BA847D

Tints of Brandy Rose #BA847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 41.99%
G = 29.8%
B = 28.22%

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

#BA847D (or 0xBA847D) is known color: Brandy Rose. HEX triplet: BA, 84 and 7D. RGB value is (186,132,125). Sum of RGB (Red+Green+Blue) = 186+132+125=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA847D is #457B82. Grayscale: #939393. Windows color (decimal): -4553603 or 8225978. OLE color: 8225978.

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

Color convert

RGB 186 132 125 -
CMYK 0 0.29 0.33 0.27
HSL 6.89º 0.31% 0.61% -
HSV(B) 6.89º 0.33% 0.73% -
XYZ 32.2 28.42 23.19 -
YUV 147.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 186 132 125 0 0.29 0.33 0.27 6.89 0.31 0.61
Hex BA 84 7D 0 1D 21 1B 7 1F 3D
Octal 272 204 175 0 35 41 33 7 37 75
Binary 10111010 10000100 1111101 0 11101 100001 11011 111 11111 111101

Color Harmonies of #BA847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA847D

Black with #BA847D

Text Example


Text Example

White with #BA847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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