Html Css Color HEX #B0887C Brandy Rose

📋 copy color: '#B0887C'

red 176 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #B0887C

Tints of Brandy Rose #B0887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 40.37%
G = 31.19%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0887C (or 0xB0887C) is known color: Brandy Rose. HEX triplet: B0, 88 and 7C. RGB value is (176,136,124). Sum of RGB (Red+Green+Blue) = 176+136+124=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0887C is #4F7783. Grayscale: #929292. Windows color (decimal): -5207940 or 8161456. OLE color: 8161456.

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

Color convert

RGB 176 136 124 -
CMYK 0 0.23 0.30 0.31
HSL 13.85º 0.25% 0.59% -
HSV(B) 13.85º 0.3% 0.69% -
XYZ 30.35 28.29 22.93 -
YUV 146.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 176 136 124 0 0.23 0.30 0.31 13.85 0.25 0.59
Hex B0 88 7C 0 17 1E 1F E 19 3B
Octal 260 210 174 0 27 36 37 16 31 73
Binary 10110000 10001000 1111100 0 10111 11110 11111 1110 11001 111011

Color Harmonies of #B0887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0887C

Black with #B0887C

Text Example


Text Example

White with #B0887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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