Html Css Color HEX #B0887F Brandy Rose

📋 copy color: '#B0887F'

red 176 ◦ green 136 ◦ blue 127

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

Shades of Brandy Rose #B0887F

Tints of Brandy Rose #B0887F

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

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

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

R = 40.09%
G = 30.98%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0887F (or 0xB0887F) is known color: Brandy Rose. HEX triplet: B0, 88 and 7F. RGB value is (176,136,127). Sum of RGB (Red+Green+Blue) = 176+136+127=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0887F is #4F7780. Grayscale: #939393. Windows color (decimal): -5207937 or 8358064. OLE color: 8358064.

HSL color Cylindrical-coordinate representation of color #B0887F: hue angle of 11.02º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0887F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 127 -
CMYK 0 0.23 0.28 0.31
HSL 11.02º 0.24% 0.59% -
HSV(B) 11.02º 0.28% 0.69% -
XYZ 30.54 28.37 23.95 -
YUV 146.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 176 136 127 0 0.23 0.28 0.31 11.02 0.24 0.59
Hex B0 88 7F 0 17 1C 1F B 18 3B
Octal 260 210 177 0 27 34 37 13 30 73
Binary 10110000 10001000 1111111 0 10111 11100 11111 1011 11000 111011

Color Harmonies of #B0887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0887F

Black with #B0887F

Text Example


Text Example

White with #B0887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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