Html Css Color HEX #BA7E6D Brandy Rose

📋 copy color: '#BA7E6D'

red 186 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #BA7E6D

Tints of Brandy Rose #BA7E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

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

R = 44.18%
G = 29.93%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA7E6D (or 0xBA7E6D) is known color: Brandy Rose. HEX triplet: BA, 7E and 6D. RGB value is (186,126,109). Sum of RGB (Red+Green+Blue) = 186+126+109=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E6D is #458192. Grayscale: #8E8E8E. Windows color (decimal): -4555155 or 7175866. OLE color: 7175866.

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

Color convert

RGB 186 126 109 -
CMYK 0 0.32 0.41 0.27
HSL 13.25º 0.36% 0.58% -
HSV(B) 13.25º 0.41% 0.73% -
XYZ 30.47 26.46 17.97 -
YUV 142 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 186 126 109 0 0.32 0.41 0.27 13.25 0.36 0.58
Hex BA 7E 6D 0 20 29 1B D 24 3A
Octal 272 176 155 0 40 51 33 15 44 72
Binary 10111010 1111110 1101101 0 100000 101001 11011 1101 100100 111010

Color Harmonies of #BA7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E6D

Black with #BA7E6D

Text Example


Text Example

White with #BA7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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