Html Css Color HEX #B5857E Brandy Rose

📋 copy color: '#B5857E'

red 181 ◦ green 133 ◦ blue 126

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

Shades of Brandy Rose #B5857E

Tints of Brandy Rose #B5857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 41.14%
G = 30.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5857E (or 0xB5857E) is known color: Brandy Rose. HEX triplet: B5, 85 and 7E. RGB value is (181,133,126). Sum of RGB (Red+Green+Blue) = 181+133+126=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5857E is #4A7A81. Grayscale: #929292. Windows color (decimal): -4881026 or 8291765. OLE color: 8291765.

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

Color convert

RGB 181 133 126 -
CMYK 0 0.27 0.30 0.29
HSL 7.64º 0.27% 0.6% -
HSV(B) 7.64º 0.3% 0.71% -
XYZ 31.21 28.11 23.52 -
YUV 146.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 181 133 126 0 0.27 0.30 0.29 7.64 0.27 0.6
Hex B5 85 7E 0 1B 1E 1D 8 1B 3C
Octal 265 205 176 0 33 36 35 10 33 74
Binary 10110101 10000101 1111110 0 11011 11110 11101 1000 11011 111100

Color Harmonies of #B5857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5857E

Black with #B5857E

Text Example


Text Example

White with #B5857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5857E; }

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

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

background-color css

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

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

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

border-color css

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

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

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