Html Css Color HEX #B5887F Brandy Rose

📋 copy color: '#B5887F'

red 181 ◦ green 136 ◦ blue 127

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

Shades of Brandy Rose #B5887F

Tints of Brandy Rose #B5887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.6%

R = 40.77%
G = 30.63%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5887F (or 0xB5887F) is known color: Brandy Rose. HEX triplet: B5, 88 and 7F. RGB value is (181,136,127). Sum of RGB (Red+Green+Blue) = 181+136+127=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5887F is #4A7780. Grayscale: #949494. Windows color (decimal): -4880257 or 8358069. OLE color: 8358069.

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

Color convert

RGB 181 136 127 -
CMYK 0 0.25 0.30 0.29
HSL 10º 0.27% 0.6% -
HSV(B) 10º 0.3% 0.71% -
XYZ 31.69 28.96 24 -
YUV 148.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 181 136 127 0 0.25 0.30 0.29 10 0.27 0.6
Hex B5 88 7F 0 19 1E 1D A 1B 3C
Octal 265 210 177 0 31 36 35 12 33 74
Binary 10110101 10001000 1111111 0 11001 11110 11101 1010 11011 111100

Color Harmonies of #B5887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5887F

Black with #B5887F

Text Example


Text Example

White with #B5887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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