Html Css Color HEX #B57D7D Brandy Rose

📋 copy color: '#B57D7D'

red 181 ◦ green 125 ◦ blue 125

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

Shades of Brandy Rose #B57D7D

Tints of Brandy Rose #B57D7D

RGB

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

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

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

R = 42%
G = 29%
B = 29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B57D7D (or 0xB57D7D) is known color: Brandy Rose. HEX triplet: B5, 7D and 7D. RGB value is (181,125,125). Sum of RGB (Red+Green+Blue) = 181+125+125=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D7D is #4A8282. Grayscale: #8D8D8D. Windows color (decimal): -4883075 or 8224181. OLE color: 8224181.

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

Color convert

RGB 181 125 125 -
CMYK 0 0.31 0.31 0.29
HSL 0.27% 0.6% -
HSV(B) 0.31% 0.71% -
XYZ 30.09 25.97 22.83 -
YUV 141.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 181 125 125 0 0.31 0.31 0.29 0 0.27 0.6
Hex B5 7D 7D 0 1F 1F 1D 0 1B 3C
Octal 265 175 175 0 37 37 35 0 33 74
Binary 10110101 1111101 1111101 0 11111 11111 11101 0 11011 111100

Color Harmonies of #B57D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D7D

Black with #B57D7D

Text Example


Text Example

White with #B57D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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