Html Css Color HEX #BA7E7B Brandy Rose

📋 copy color: '#BA7E7B'

red 186 ◦ green 126 ◦ blue 123

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

Shades of Brandy Rose #BA7E7B

Tints of Brandy Rose #BA7E7B

RGB

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

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

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

R = 42.76%
G = 28.97%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA7E7B (or 0xBA7E7B) is known color: Brandy Rose. HEX triplet: BA, 7E and 7B. RGB value is (186,126,123). Sum of RGB (Red+Green+Blue) = 186+126+123=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E7B is #458184. Grayscale: #8F8F8F. Windows color (decimal): -4555141 or 8093370. OLE color: 8093370.

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

Color convert

RGB 186 126 123 -
CMYK 0 0.32 0.34 0.27
HSL 2.86º 0.31% 0.61% -
HSV(B) 2.86º 0.34% 0.73% -
XYZ 31.29 26.79 22.26 -
YUV 143.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 186 126 123 0 0.32 0.34 0.27 2.86 0.31 0.61
Hex BA 7E 7B 0 20 22 1B 3 1F 3D
Octal 272 176 173 0 40 42 33 3 37 75
Binary 10111010 1111110 1111011 0 100000 100010 11011 11 11111 111101

Color Harmonies of #BA7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E7B

Black with #BA7E7B

Text Example


Text Example

White with #BA7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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