Html Css Color HEX #B0887A Brandy Rose

📋 copy color: '#B0887A'

red 176 ◦ green 136 ◦ blue 122

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

Shades of Brandy Rose #B0887A

Tints of Brandy Rose #B0887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 40.55%
G = 31.34%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0887A (or 0xB0887A) is known color: Brandy Rose. HEX triplet: B0, 88 and 7A. RGB value is (176,136,122). Sum of RGB (Red+Green+Blue) = 176+136+122=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0887A is #4F7785. Grayscale: #929292. Windows color (decimal): -5207942 or 8030384. OLE color: 8030384.

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

Color convert

RGB 176 136 122 -
CMYK 0 0.23 0.31 0.31
HSL 15.56º 0.25% 0.58% -
HSV(B) 15.56º 0.31% 0.69% -
XYZ 30.22 28.24 22.27 -
YUV 146.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 176 136 122 0 0.23 0.31 0.31 15.56 0.25 0.58
Hex B0 88 7A 0 17 1F 1F 10 19 3A
Octal 260 210 172 0 27 37 37 20 31 72
Binary 10110000 10001000 1111010 0 10111 11111 11111 10000 11001 111010

Color Harmonies of #B0887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0887A

Black with #B0887A

Text Example


Text Example

White with #B0887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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