Html Css Color HEX #BA7D6D Brandy Rose

📋 copy color: '#BA7D6D'

red 186 ◦ green 125 ◦ blue 109

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

Shades of Brandy Rose #BA7D6D

Tints of Brandy Rose #BA7D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

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

R = 44.29%
G = 29.76%
B = 25.95%

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

#BA7D6D (or 0xBA7D6D) is known color: Brandy Rose. HEX triplet: BA, 7D and 6D. RGB value is (186,125,109). Sum of RGB (Red+Green+Blue) = 186+125+109=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D6D is #458292. Grayscale: #8D8D8D. Windows color (decimal): -4555411 or 7175610. OLE color: 7175610.

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

Color convert

RGB 186 125 109 -
CMYK 0 0.33 0.41 0.27
HSL 12.47º 0.36% 0.58% -
HSV(B) 12.47º 0.41% 0.73% -
XYZ 30.34 26.21 17.93 -
YUV 141.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 186 125 109 0 0.33 0.41 0.27 12.47 0.36 0.58
Hex BA 7D 6D 0 21 29 1B C 24 3A
Octal 272 175 155 0 41 51 33 14 44 72
Binary 10111010 1111101 1101101 0 100001 101001 11011 1100 100100 111010

Color Harmonies of #BA7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D6D

Black with #BA7D6D

Text Example


Text Example

White with #BA7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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