Html Css Color HEX #BA7E6E Brandy Rose

📋 copy color: '#BA7E6E'

red 186 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #BA7E6E

Tints of Brandy Rose #BA7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 44.08%
G = 29.86%
B = 26.07%

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

#BA7E6E (or 0xBA7E6E) is known color: Brandy Rose. HEX triplet: BA, 7E and 6E. RGB value is (186,126,110). Sum of RGB (Red+Green+Blue) = 186+126+110=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E6E is #458191. Grayscale: #8E8E8E. Windows color (decimal): -4555154 or 7241402. OLE color: 7241402.

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

Color convert

RGB 186 126 110 -
CMYK 0 0.32 0.41 0.27
HSL 12.63º 0.36% 0.58% -
HSV(B) 12.63º 0.41% 0.73% -
XYZ 30.53 26.49 18.26 -
YUV 142.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 186 126 110 0 0.32 0.41 0.27 12.63 0.36 0.58
Hex BA 7E 6E 0 20 29 1B D 24 3A
Octal 272 176 156 0 40 51 33 15 44 72
Binary 10111010 1111110 1101110 0 100000 101001 11011 1101 100100 111010

Color Harmonies of #BA7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E6E

Black with #BA7E6E

Text Example


Text Example

White with #BA7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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