Html Css Color HEX #BA867C Brandy Rose

📋 copy color: '#BA867C'

red 186 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #BA867C

Tints of Brandy Rose #BA867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

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

R = 41.89%
G = 30.18%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA867C (or 0xBA867C) is known color: Brandy Rose. HEX triplet: BA, 86 and 7C. RGB value is (186,134,124). Sum of RGB (Red+Green+Blue) = 186+134+124=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA867C is #457983. Grayscale: #949494. Windows color (decimal): -4553092 or 8160954. OLE color: 8160954.

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

Color convert

RGB 186 134 124 -
CMYK 0 0.28 0.33 0.27
HSL 9.68º 0.31% 0.61% -
HSV(B) 9.68º 0.33% 0.73% -
XYZ 32.41 28.94 22.95 -
YUV 148.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 186 134 124 0 0.28 0.33 0.27 9.68 0.31 0.61
Hex BA 86 7C 0 1C 21 1B A 1F 3D
Octal 272 206 174 0 34 41 33 12 37 75
Binary 10111010 10000110 1111100 0 11100 100001 11011 1010 11111 111101

Color Harmonies of #BA867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA867C

Black with #BA867C

Text Example


Text Example

White with #BA867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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