Html Css Color HEX #BA7D7B Brandy Rose

📋 copy color: '#BA7D7B'

red 186 ◦ green 125 ◦ blue 123

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

Shades of Brandy Rose #BA7D7B

Tints of Brandy Rose #BA7D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.34%

R = 42.86%
G = 28.8%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA7D7B (or 0xBA7D7B) is known color: Brandy Rose. HEX triplet: BA, 7D and 7B. RGB value is (186,125,123). Sum of RGB (Red+Green+Blue) = 186+125+123=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D7B is #458284. Grayscale: #8F8F8F. Windows color (decimal): -4555397 or 8093114. OLE color: 8093114.

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

Color convert

RGB 186 125 123 -
CMYK 0 0.33 0.34 0.27
HSL 1.9º 0.31% 0.61% -
HSV(B) 1.9º 0.34% 0.73% -
XYZ 31.16 26.54 22.22 -
YUV 143.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 186 125 123 0 0.33 0.34 0.27 1.9 0.31 0.61
Hex BA 7D 7B 0 21 22 1B 2 1F 3D
Octal 272 175 173 0 41 42 33 2 37 75
Binary 10111010 1111101 1111011 0 100001 100010 11011 10 11111 111101

Color Harmonies of #BA7D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D7B

Black with #BA7D7B

Text Example


Text Example

White with #BA7D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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