Html Css Color HEX #BA7D7C Brandy Rose

📋 copy color: '#BA7D7C'

red 186 ◦ green 125 ◦ blue 124

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

Shades of Brandy Rose #BA7D7C

Tints of Brandy Rose #BA7D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 42.76%
G = 28.74%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA7D7C (or 0xBA7D7C) is known color: Brandy Rose. HEX triplet: BA, 7D and 7C. RGB value is (186,125,124). Sum of RGB (Red+Green+Blue) = 186+125+124=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D7C is #458283. Grayscale: #8F8F8F. Windows color (decimal): -4555396 or 8158650. OLE color: 8158650.

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

Color convert

RGB 186 125 124 -
CMYK 0 0.33 0.33 0.27
HSL 0.97º 0.31% 0.61% -
HSV(B) 0.97º 0.33% 0.73% -
XYZ 31.22 26.56 22.55 -
YUV 143.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 186 125 124 0 0.33 0.33 0.27 0.97 0.31 0.61
Hex BA 7D 7C 0 21 21 1B 1 1F 3D
Octal 272 175 174 0 41 41 33 1 37 75
Binary 10111010 1111101 1111100 0 100001 100001 11011 1 11111 111101

Color Harmonies of #BA7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D7C

Black with #BA7D7C

Text Example


Text Example

White with #BA7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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