Html Css Color HEX #BA837F Brandy Rose

📋 copy color: '#BA837F'

red 186 ◦ green 131 ◦ blue 127

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

Shades of Brandy Rose #BA837F

Tints of Brandy Rose #BA837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 41.89%
G = 29.5%
B = 28.6%

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

#BA837F (or 0xBA837F) is known color: Brandy Rose. HEX triplet: BA, 83 and 7F. RGB value is (186,131,127). Sum of RGB (Red+Green+Blue) = 186+131+127=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA837F is #457C80. Grayscale: #939393. Windows color (decimal): -4553857 or 8356794. OLE color: 8356794.

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

Color convert

RGB 186 131 127 -
CMYK 0 0.30 0.32 0.27
HSL 4.07º 0.3% 0.61% -
HSV(B) 4.07º 0.32% 0.73% -
XYZ 32.2 28.2 23.83 -
YUV 146.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 186 131 127 0 0.30 0.32 0.27 4.07 0.3 0.61
Hex BA 83 7F 0 1E 20 1B 4 1E 3D
Octal 272 203 177 0 36 40 33 4 36 75
Binary 10111010 10000011 1111111 0 11110 100000 11011 100 11110 111101

Color Harmonies of #BA837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA837F

Black with #BA837F

Text Example


Text Example

White with #BA837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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