Html Css Color HEX #B5887B Brandy Rose

📋 copy color: '#B5887B'

red 181 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #B5887B

Tints of Brandy Rose #B5887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 41.14%
G = 30.91%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5887B (or 0xB5887B) is known color: Brandy Rose. HEX triplet: B5, 88 and 7B. RGB value is (181,136,123). Sum of RGB (Red+Green+Blue) = 181+136+123=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5887B is #4A7784. Grayscale: #949494. Windows color (decimal): -4880261 or 8095925. OLE color: 8095925.

HSL color Cylindrical-coordinate representation of color #B5887B: hue angle of 13.45º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5887B is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 123 -
CMYK 0 0.25 0.32 0.29
HSL 13.45º 0.28% 0.6% -
HSV(B) 13.45º 0.32% 0.71% -
XYZ 31.44 28.86 22.65 -
YUV 147.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 181 136 123 0 0.25 0.32 0.29 13.45 0.28 0.6
Hex B5 88 7B 0 19 20 1D D 1C 3C
Octal 265 210 173 0 31 40 35 15 34 74
Binary 10110101 10001000 1111011 0 11001 100000 11101 1101 11100 111100

Color Harmonies of #B5887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5887B

Black with #B5887B

Text Example


Text Example

White with #B5887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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