Html Css Color HEX #B5877D Brandy Rose

📋 copy color: '#B5877D'

red 181 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #B5877D

Tints of Brandy Rose #B5877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 41.04%
G = 30.61%
B = 28.34%

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

#B5877D (or 0xB5877D) is known color: Brandy Rose. HEX triplet: B5, 87 and 7D. RGB value is (181,135,125). Sum of RGB (Red+Green+Blue) = 181+135+125=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5877D is #4A7882. Grayscale: #939393. Windows color (decimal): -4880515 or 8226741. OLE color: 8226741.

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

Color convert

RGB 181 135 125 -
CMYK 0 0.25 0.31 0.29
HSL 10.71º 0.27% 0.6% -
HSV(B) 10.71º 0.31% 0.71% -
XYZ 31.42 28.63 23.27 -
YUV 147.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 181 135 125 0 0.25 0.31 0.29 10.71 0.27 0.6
Hex B5 87 7D 0 19 1F 1D B 1B 3C
Octal 265 207 175 0 31 37 35 13 33 74
Binary 10110101 10000111 1111101 0 11001 11111 11101 1011 11011 111100

Color Harmonies of #B5877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5877D

Black with #B5877D

Text Example


Text Example

White with #B5877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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