Html Css Color HEX #B5877F Brandy Rose

📋 copy color: '#B5877F'

red 181 ◦ green 135 ◦ blue 127

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

Shades of Brandy Rose #B5877F

Tints of Brandy Rose #B5877F

RGB

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

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

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

R = 40.86%
G = 30.47%
B = 28.67%

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

#B5877F (or 0xB5877F) is known color: Brandy Rose. HEX triplet: B5, 87 and 7F. RGB value is (181,135,127). Sum of RGB (Red+Green+Blue) = 181+135+127=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5877F is #4A7880. Grayscale: #939393. Windows color (decimal): -4880513 or 8357813. OLE color: 8357813.

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

Color convert

RGB 181 135 127 -
CMYK 0 0.25 0.30 0.29
HSL 8.89º 0.27% 0.6% -
HSV(B) 8.89º 0.3% 0.71% -
XYZ 31.55 28.68 23.95 -
YUV 147.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 181 135 127 0 0.25 0.30 0.29 8.89 0.27 0.6
Hex B5 87 7F 0 19 1E 1D 9 1B 3C
Octal 265 207 177 0 31 36 35 11 33 74
Binary 10110101 10000111 1111111 0 11001 11110 11101 1001 11011 111100

Color Harmonies of #B5877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5877F

Black with #B5877F

Text Example


Text Example

White with #B5877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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