Html Css Color HEX #BA807F Brandy Rose

📋 copy color: '#BA807F'

red 186 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #BA807F

Tints of Brandy Rose #BA807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

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

R = 42.18%
G = 29.02%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA807F (or 0xBA807F) is known color: Brandy Rose. HEX triplet: BA, 80 and 7F. RGB value is (186,128,127). Sum of RGB (Red+Green+Blue) = 186+128+127=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807F is #457F80. Grayscale: #919191. Windows color (decimal): -4554625 or 8356026. OLE color: 8356026.

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

Color convert

RGB 186 128 127 -
CMYK 0 0.31 0.32 0.27
HSL 1.02º 0.3% 0.61% -
HSV(B) 1.02º 0.32% 0.73% -
XYZ 31.8 27.41 23.69 -
YUV 145.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 186 128 127 0 0.31 0.32 0.27 1.02 0.3 0.61
Hex BA 80 7F 0 1F 20 1B 1 1E 3D
Octal 272 200 177 0 37 40 33 1 36 75
Binary 10111010 10000000 1111111 0 11111 100000 11011 1 11110 111101

Color Harmonies of #BA807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA807F

Black with #BA807F

Text Example


Text Example

White with #BA807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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