Html Css Color HEX #BA7C6D Brandy Rose

📋 copy color: '#BA7C6D'

red 186 ◦ green 124 ◦ blue 109

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

Shades of Brandy Rose #BA7C6D

Tints of Brandy Rose #BA7C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

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

R = 44.39%
G = 29.59%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA7C6D (or 0xBA7C6D) is known color: Brandy Rose. HEX triplet: BA, 7C and 6D. RGB value is (186,124,109). Sum of RGB (Red+Green+Blue) = 186+124+109=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C6D is #458392. Grayscale: #8C8C8C. Windows color (decimal): -4555667 or 7175354. OLE color: 7175354.

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

Color convert

RGB 186 124 109 -
CMYK 0 0.33 0.41 0.27
HSL 11.69º 0.36% 0.58% -
HSV(B) 11.69º 0.41% 0.73% -
XYZ 30.22 25.96 17.89 -
YUV 140.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 186 124 109 0 0.33 0.41 0.27 11.69 0.36 0.58
Hex BA 7C 6D 0 21 29 1B C 24 3A
Octal 272 174 155 0 41 51 33 14 44 72
Binary 10111010 1111100 1101101 0 100001 101001 11011 1100 100100 111010

Color Harmonies of #BA7C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C6D

Black with #BA7C6D

Text Example


Text Example

White with #BA7C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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