Html Css Color HEX #BA867B Brandy Rose

📋 copy color: '#BA867B'

red 186 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #BA867B

Tints of Brandy Rose #BA867B

RGB

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

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

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

R = 41.99%
G = 30.25%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA867B (or 0xBA867B) is known color: Brandy Rose. HEX triplet: BA, 86 and 7B. RGB value is (186,134,123). Sum of RGB (Red+Green+Blue) = 186+134+123=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA867B is #457984. Grayscale: #949494. Windows color (decimal): -4553093 or 8095418. OLE color: 8095418.

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

Color convert

RGB 186 134 123 -
CMYK 0 0.28 0.34 0.27
HSL 10.48º 0.31% 0.61% -
HSV(B) 10.48º 0.34% 0.73% -
XYZ 32.35 28.92 22.62 -
YUV 148.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 186 134 123 0 0.28 0.34 0.27 10.48 0.31 0.61
Hex BA 86 7B 0 1C 22 1B A 1F 3D
Octal 272 206 173 0 34 42 33 12 37 75
Binary 10111010 10000110 1111011 0 11100 100010 11011 1010 11111 111101

Color Harmonies of #BA867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA867B

Black with #BA867B

Text Example


Text Example

White with #BA867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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