Html Css Color HEX #B5887D Brandy Rose

📋 copy color: '#B5887D'

red 181 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #B5887D

Tints of Brandy Rose #B5887D

RGB

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

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

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

R = 40.95%
G = 30.77%
B = 28.28%

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

#B5887D (or 0xB5887D) is known color: Brandy Rose. HEX triplet: B5, 88 and 7D. RGB value is (181,136,125). Sum of RGB (Red+Green+Blue) = 181+136+125=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5887D is #4A7782. Grayscale: #949494. Windows color (decimal): -4880259 or 8226997. OLE color: 8226997.

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

Color convert

RGB 181 136 125 -
CMYK 0 0.25 0.31 0.29
HSL 11.79º 0.27% 0.6% -
HSV(B) 11.79º 0.31% 0.71% -
XYZ 31.56 28.91 23.32 -
YUV 148.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 181 136 125 0 0.25 0.31 0.29 11.79 0.27 0.6
Hex B5 88 7D 0 19 1F 1D C 1B 3C
Octal 265 210 175 0 31 37 35 14 33 74
Binary 10110101 10001000 1111101 0 11001 11111 11101 1100 11011 111100

Color Harmonies of #B5887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5887D

Black with #B5887D

Text Example


Text Example

White with #B5887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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