Html Css Color HEX #B5877C Brandy Rose

📋 copy color: '#B5877C'

red 181 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #B5877C

Tints of Brandy Rose #B5877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 41.14%
G = 30.68%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5877C (or 0xB5877C) is known color: Brandy Rose. HEX triplet: B5, 87 and 7C. RGB value is (181,135,124). Sum of RGB (Red+Green+Blue) = 181+135+124=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5877C is #4A7883. Grayscale: #939393. Windows color (decimal): -4880516 or 8161205. OLE color: 8161205.

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

Color convert

RGB 181 135 124 -
CMYK 0 0.25 0.31 0.29
HSL 11.58º 0.28% 0.6% -
HSV(B) 11.58º 0.31% 0.71% -
XYZ 31.36 28.61 22.94 -
YUV 147.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 181 135 124 0 0.25 0.31 0.29 11.58 0.28 0.6
Hex B5 87 7C 0 19 1F 1D C 1C 3C
Octal 265 207 174 0 31 37 35 14 34 74
Binary 10110101 10000111 1111100 0 11001 11111 11101 1100 11100 111100

Color Harmonies of #B5877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5877C

Black with #B5877C

Text Example


Text Example

White with #B5877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5877C; }

 p { color: rgb(181,135,124); }

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

background-color css

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

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

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

border-color css

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

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

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