Html Css Color HEX #BA7E68 Brandy Rose

📋 copy color: '#BA7E68'

red 186 ◦ green 126 ◦ blue 104

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

Shades of Brandy Rose #BA7E68

Tints of Brandy Rose #BA7E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25%

R = 44.71%
G = 30.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA7E68 (or 0xBA7E68) is known color: Brandy Rose. HEX triplet: BA, 7E and 68. RGB value is (186,126,104). Sum of RGB (Red+Green+Blue) = 186+126+104=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E68 is #458197. Grayscale: #8D8D8D. Windows color (decimal): -4555160 or 6848186. OLE color: 6848186.

HSL color Cylindrical-coordinate representation of color #BA7E68: hue angle of 16.1º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7E68 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 104 -
CMYK 0 0.32 0.44 0.27
HSL 16.1º 0.37% 0.57% -
HSV(B) 16.1º 0.44% 0.73% -
XYZ 30.21 26.36 16.59 -
YUV 141.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 186 126 104 0 0.32 0.44 0.27 16.1 0.37 0.57
Hex BA 7E 68 0 20 2C 1B 10 25 39
Octal 272 176 150 0 40 54 33 20 45 71
Binary 10111010 1111110 1101000 0 100000 101100 11011 10000 100101 111001

Color Harmonies of #BA7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E68

Black with #BA7E68

Text Example


Text Example

White with #BA7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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