Html Css Color HEX #B57D75 Brandy Rose

📋 copy color: '#B57D75'

red 181 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #B57D75

Tints of Brandy Rose #B57D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 42.79%
G = 29.55%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B57D75 (or 0xB57D75) is known color: Brandy Rose. HEX triplet: B5, 7D and 75. RGB value is (181,125,117). Sum of RGB (Red+Green+Blue) = 181+125+117=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D75 is #4A828A. Grayscale: #8C8C8C. Windows color (decimal): -4883083 or 7699893. OLE color: 7699893.

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

Color convert

RGB 181 125 117 -
CMYK 0 0.31 0.35 0.29
HSL 7.5º 0.3% 0.58% -
HSV(B) 7.5º 0.35% 0.71% -
XYZ 29.6 25.78 20.24 -
YUV 140.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 181 125 117 0 0.31 0.35 0.29 7.5 0.3 0.58
Hex B5 7D 75 0 1F 23 1D 8 1E 3A
Octal 265 175 165 0 37 43 35 10 36 72
Binary 10110101 1111101 1110101 0 11111 100011 11101 1000 11110 111010

Color Harmonies of #B57D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D75

Black with #B57D75

Text Example


Text Example

White with #B57D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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