Html Css Color HEX #BA7F7C Brandy Rose

📋 copy color: '#BA7F7C'

red 186 ◦ green 127 ◦ blue 124

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

Shades of Brandy Rose #BA7F7C

Tints of Brandy Rose #BA7F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

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

R = 42.56%
G = 29.06%
B = 28.38%

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

#BA7F7C (or 0xBA7F7C) is known color: Brandy Rose. HEX triplet: BA, 7F and 7C. RGB value is (186,127,124). Sum of RGB (Red+Green+Blue) = 186+127+124=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F7C is #458083. Grayscale: #909090. Windows color (decimal): -4554884 or 8159162. OLE color: 8159162.

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

Color convert

RGB 186 127 124 -
CMYK 0 0.32 0.33 0.27
HSL 2.9º 0.31% 0.61% -
HSV(B) 2.9º 0.33% 0.73% -
XYZ 31.48 27.07 22.64 -
YUV 144.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 186 127 124 0 0.32 0.33 0.27 2.9 0.31 0.61
Hex BA 7F 7C 0 20 21 1B 3 1F 3D
Octal 272 177 174 0 40 41 33 3 37 75
Binary 10111010 1111111 1111100 0 100000 100001 11011 11 11111 111101

Color Harmonies of #BA7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F7C

Black with #BA7F7C

Text Example


Text Example

White with #BA7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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