Html Css Color HEX #B57F7E Brandy Rose

📋 copy color: '#B57F7E'

red 181 ◦ green 127 ◦ blue 126

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

Shades of Brandy Rose #B57F7E

Tints of Brandy Rose #B57F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 41.71%
G = 29.26%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B57F7E (or 0xB57F7E) is known color: Brandy Rose. HEX triplet: B5, 7F and 7E. RGB value is (181,127,126). Sum of RGB (Red+Green+Blue) = 181+127+126=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F7E is #4A8081. Grayscale: #8F8F8F. Windows color (decimal): -4882562 or 8290229. OLE color: 8290229.

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

Color convert

RGB 181 127 126 -
CMYK 0 0.30 0.30 0.29
HSL 1.09º 0.27% 0.6% -
HSV(B) 1.09º 0.3% 0.71% -
XYZ 30.41 26.51 23.25 -
YUV 143.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 181 127 126 0 0.30 0.30 0.29 1.09 0.27 0.6
Hex B5 7F 7E 0 1E 1E 1D 1 1B 3C
Octal 265 177 176 0 36 36 35 1 33 74
Binary 10110101 1111111 1111110 0 11110 11110 11101 1 11011 111100

Color Harmonies of #B57F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F7E

Black with #B57F7E

Text Example


Text Example

White with #B57F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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