Html Css Color HEX #BA847B Brandy Rose

📋 copy color: '#BA847B'

red 186 ◦ green 132 ◦ blue 123

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

Shades of Brandy Rose #BA847B

Tints of Brandy Rose #BA847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 42.18%
G = 29.93%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA847B (or 0xBA847B) is known color: Brandy Rose. HEX triplet: BA, 84 and 7B. RGB value is (186,132,123). Sum of RGB (Red+Green+Blue) = 186+132+123=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA847B is #457B84. Grayscale: #939393. Windows color (decimal): -4553605 or 8094906. OLE color: 8094906.

HSL color Cylindrical-coordinate representation of color #BA847B: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA847B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 123 -
CMYK 0 0.29 0.34 0.27
HSL 8.57º 0.31% 0.61% -
HSV(B) 8.57º 0.34% 0.73% -
XYZ 32.08 28.37 22.52 -
YUV 147.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 186 132 123 0 0.29 0.34 0.27 8.57 0.31 0.61
Hex BA 84 7B 0 1D 22 1B 9 1F 3D
Octal 272 204 173 0 35 42 33 11 37 75
Binary 10111010 10000100 1111011 0 11101 100010 11011 1001 11111 111101

Color Harmonies of #BA847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA847B

Black with #BA847B

Text Example


Text Example

White with #BA847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA847B; }

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

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

background-color css

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

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

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

border-color css

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

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

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