Html Css Color HEX #B5857B Brandy Rose

📋 copy color: '#B5857B'

red 181 ◦ green 133 ◦ blue 123

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

Shades of Brandy Rose #B5857B

Tints of Brandy Rose #B5857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 41.42%
G = 30.43%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5857B (or 0xB5857B) is known color: Brandy Rose. HEX triplet: B5, 85 and 7B. RGB value is (181,133,123). Sum of RGB (Red+Green+Blue) = 181+133+123=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5857B is #4A7A84. Grayscale: #929292. Windows color (decimal): -4881029 or 8095157. OLE color: 8095157.

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

Color convert

RGB 181 133 123 -
CMYK 0 0.27 0.32 0.29
HSL 10.34º 0.28% 0.6% -
HSV(B) 10.34º 0.32% 0.71% -
XYZ 31.02 28.03 22.51 -
YUV 146.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 181 133 123 0 0.27 0.32 0.29 10.34 0.28 0.6
Hex B5 85 7B 0 1B 20 1D A 1C 3C
Octal 265 205 173 0 33 40 35 12 34 74
Binary 10110101 10000101 1111011 0 11011 100000 11101 1010 11100 111100

Color Harmonies of #B5857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5857B

Black with #B5857B

Text Example


Text Example

White with #B5857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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