Html Css Color HEX #B57E7D Brandy Rose

📋 copy color: '#B57E7D'

red 181 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B57E7D

Tints of Brandy Rose #B57E7D

RGB

 RED value IS 181 (71.09% from 255) = 41.9%

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

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

R = 41.9%
G = 29.17%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B57E7D (or 0xB57E7D) is known color: Brandy Rose. HEX triplet: B5, 7E and 7D. RGB value is (181,126,125). Sum of RGB (Red+Green+Blue) = 181+126+125=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E7D is #4A8182. Grayscale: #8E8E8E. Windows color (decimal): -4882819 or 8224437. OLE color: 8224437.

HSL color Cylindrical-coordinate representation of color #B57E7D: hue angle of 1.07º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57E7D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 126 125 -
CMYK 0 0.30 0.31 0.29
HSL 1.07º 0.27% 0.6% -
HSV(B) 1.07º 0.31% 0.71% -
XYZ 30.22 26.23 22.87 -
YUV 142.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 181 126 125 0 0.30 0.31 0.29 1.07 0.27 0.6
Hex B5 7E 7D 0 1E 1F 1D 1 1B 3C
Octal 265 176 175 0 36 37 35 1 33 74
Binary 10110101 1111110 1111101 0 11110 11111 11101 1 11011 111100

Color Harmonies of #B57E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E7D

Black with #B57E7D

Text Example


Text Example

White with #B57E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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