Html Css Color HEX #BA867D Brandy Rose

📋 copy color: '#BA867D'

red 186 ◦ green 134 ◦ blue 125

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

Shades of Brandy Rose #BA867D

Tints of Brandy Rose #BA867D

RGB

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

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

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

R = 41.8%
G = 30.11%
B = 28.09%

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

#BA867D (or 0xBA867D) is known color: Brandy Rose. HEX triplet: BA, 86 and 7D. RGB value is (186,134,125). Sum of RGB (Red+Green+Blue) = 186+134+125=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA867D is #457982. Grayscale: #949494. Windows color (decimal): -4553091 or 8226490. OLE color: 8226490.

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

Color convert

RGB 186 134 125 -
CMYK 0 0.28 0.33 0.27
HSL 8.85º 0.31% 0.61% -
HSV(B) 8.85º 0.33% 0.73% -
XYZ 32.48 28.97 23.28 -
YUV 148.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 186 134 125 0 0.28 0.33 0.27 8.85 0.31 0.61
Hex BA 86 7D 0 1C 21 1B 9 1F 3D
Octal 272 206 175 0 34 41 33 11 37 75
Binary 10111010 10000110 1111101 0 11100 100001 11011 1001 11111 111101

Color Harmonies of #BA867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA867D

Black with #BA867D

Text Example


Text Example

White with #BA867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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