Html Css Color HEX #BA856D Brandy Rose

📋 copy color: '#BA856D'

red 186 ◦ green 133 ◦ blue 109

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

Shades of Brandy Rose #BA856D

Tints of Brandy Rose #BA856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

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

R = 43.46%
G = 31.07%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA856D (or 0xBA856D) is known color: Brandy Rose. HEX triplet: BA, 85 and 6D. RGB value is (186,133,109). Sum of RGB (Red+Green+Blue) = 186+133+109=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA856D is #457A92. Grayscale: #929292. Windows color (decimal): -4553363 or 7177658. OLE color: 7177658.

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

Color convert

RGB 186 133 109 -
CMYK 0 0.28 0.41 0.27
HSL 18.7º 0.36% 0.58% -
HSV(B) 18.7º 0.41% 0.73% -
XYZ 31.4 28.32 18.28 -
YUV 146.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 186 133 109 0 0.28 0.41 0.27 18.7 0.36 0.58
Hex BA 85 6D 0 1C 29 1B 13 24 3A
Octal 272 205 155 0 34 51 33 23 44 72
Binary 10111010 10000101 1101101 0 11100 101001 11011 10011 100100 111010

Color Harmonies of #BA856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA856D

Black with #BA856D

Text Example


Text Example

White with #BA856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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