Html Css Color HEX #BA7E7D Brandy Rose

📋 copy color: '#BA7E7D'

red 186 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #BA7E7D

Tints of Brandy Rose #BA7E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 42.56%
G = 28.83%
B = 28.6%

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

#BA7E7D (or 0xBA7E7D) is known color: Brandy Rose. HEX triplet: BA, 7E and 7D. RGB value is (186,126,125). Sum of RGB (Red+Green+Blue) = 186+126+125=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E7D is #458182. Grayscale: #8F8F8F. Windows color (decimal): -4555139 or 8224442. OLE color: 8224442.

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

Color convert

RGB 186 126 125 -
CMYK 0 0.32 0.33 0.27
HSL 0.98º 0.31% 0.61% -
HSV(B) 0.98º 0.33% 0.73% -
XYZ 31.41 26.84 22.93 -
YUV 143.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 186 126 125 0 0.32 0.33 0.27 0.98 0.31 0.61
Hex BA 7E 7D 0 20 21 1B 1 1F 3D
Octal 272 176 175 0 40 41 33 1 37 75
Binary 10111010 1111110 1111101 0 100000 100001 11011 1 11111 111101

Color Harmonies of #BA7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E7D

Black with #BA7E7D

Text Example


Text Example

White with #BA7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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