Html Css Color HEX #BA7E7C Brandy Rose

📋 copy color: '#BA7E7C'

red 186 ◦ green 126 ◦ blue 124

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

Shades of Brandy Rose #BA7E7C

Tints of Brandy Rose #BA7E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 42.66%
G = 28.9%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA7E7C (or 0xBA7E7C) is known color: Brandy Rose. HEX triplet: BA, 7E and 7C. RGB value is (186,126,124). Sum of RGB (Red+Green+Blue) = 186+126+124=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E7C is #458183. Grayscale: #8F8F8F. Windows color (decimal): -4555140 or 8158906. OLE color: 8158906.

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

Color convert

RGB 186 126 124 -
CMYK 0 0.32 0.33 0.27
HSL 1.94º 0.31% 0.61% -
HSV(B) 1.94º 0.33% 0.73% -
XYZ 31.35 26.82 22.59 -
YUV 143.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 186 126 124 0 0.32 0.33 0.27 1.94 0.31 0.61
Hex BA 7E 7C 0 20 21 1B 2 1F 3D
Octal 272 176 174 0 40 41 33 2 37 75
Binary 10111010 1111110 1111100 0 100000 100001 11011 10 11111 111101

Color Harmonies of #BA7E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E7C

Black with #BA7E7C

Text Example


Text Example

White with #BA7E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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