Html Css Color HEX #BA7E72 Brandy Rose

📋 copy color: '#BA7E72'

red 186 ◦ green 126 ◦ blue 114

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

Shades of Brandy Rose #BA7E72

Tints of Brandy Rose #BA7E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 43.66%
G = 29.58%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA7E72 (or 0xBA7E72) is known color: Brandy Rose. HEX triplet: BA, 7E and 72. RGB value is (186,126,114). Sum of RGB (Red+Green+Blue) = 186+126+114=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E72 is #45818D. Grayscale: #8E8E8E. Windows color (decimal): -4555150 or 7503546. OLE color: 7503546.

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

Color convert

RGB 186 126 114 -
CMYK 0 0.32 0.39 0.27
HSL 10º 0.34% 0.59% -
HSV(B) 10º 0.39% 0.73% -
XYZ 30.75 26.58 19.43 -
YUV 142.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 186 126 114 0 0.32 0.39 0.27 10 0.34 0.59
Hex BA 7E 72 0 20 27 1B A 22 3B
Octal 272 176 162 0 40 47 33 12 42 73
Binary 10111010 1111110 1110010 0 100000 100111 11011 1010 100010 111011

Color Harmonies of #BA7E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E72

Black with #BA7E72

Text Example


Text Example

White with #BA7E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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