Html Css Color HEX #B5887C Brandy Rose

📋 copy color: '#B5887C'

red 181 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #B5887C

Tints of Brandy Rose #B5887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.84%

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

R = 41.04%
G = 30.84%
B = 28.12%

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

#B5887C (or 0xB5887C) is known color: Brandy Rose. HEX triplet: B5, 88 and 7C. RGB value is (181,136,124). Sum of RGB (Red+Green+Blue) = 181+136+124=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5887C is #4A7783. Grayscale: #949494. Windows color (decimal): -4880260 or 8161461. OLE color: 8161461.

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

Color convert

RGB 181 136 124 -
CMYK 0 0.25 0.31 0.29
HSL 12.63º 0.28% 0.6% -
HSV(B) 12.63º 0.31% 0.71% -
XYZ 31.5 28.89 22.98 -
YUV 148.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 181 136 124 0 0.25 0.31 0.29 12.63 0.28 0.6
Hex B5 88 7C 0 19 1F 1D D 1C 3C
Octal 265 210 174 0 31 37 35 15 34 74
Binary 10110101 10001000 1111100 0 11001 11111 11101 1101 11100 111100

Color Harmonies of #B5887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5887C

Black with #B5887C

Text Example


Text Example

White with #B5887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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