Html Css Color HEX #BA896D Brandy Rose

📋 copy color: '#BA896D'

red 186 ◦ green 137 ◦ blue 109

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

Shades of Brandy Rose #BA896D

Tints of Brandy Rose #BA896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 43.06%
G = 31.71%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA896D (or 0xBA896D) is known color: Brandy Rose. HEX triplet: BA, 89 and 6D. RGB value is (186,137,109). Sum of RGB (Red+Green+Blue) = 186+137+109=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA896D is #457692. Grayscale: #949494. Windows color (decimal): -4552339 or 7178682. OLE color: 7178682.

HSL color Cylindrical-coordinate representation of color #BA896D: hue angle of 21.82º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA896D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 109 -
CMYK 0 0.26 0.41 0.27
HSL 21.82º 0.36% 0.58% -
HSV(B) 21.82º 0.41% 0.73% -
XYZ 31.96 29.43 18.47 -
YUV 148.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 186 137 109 0 0.26 0.41 0.27 21.82 0.36 0.58
Hex BA 89 6D 0 1A 29 1B 16 24 3A
Octal 272 211 155 0 32 51 33 26 44 72
Binary 10111010 10001001 1101101 0 11010 101001 11011 10110 100100 111010

Color Harmonies of #BA896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA896D

Black with #BA896D

Text Example


Text Example

White with #BA896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA896D; }

 p { color: rgb(186,137,109); }

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

background-color css

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

 a { background-color: rgb(186,137,109); }

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

border-color css

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

 span { border-color: rgb(186,137,109); }

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