Html Css Color HEX #B0887B Brandy Rose

📋 copy color: '#B0887B'

red 176 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #B0887B

Tints of Brandy Rose #B0887B

RGB

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

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

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

R = 40.46%
G = 31.26%
B = 28.28%

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

#B0887B (or 0xB0887B) is known color: Brandy Rose. HEX triplet: B0, 88 and 7B. RGB value is (176,136,123). Sum of RGB (Red+Green+Blue) = 176+136+123=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0887B is #4F7784. Grayscale: #929292. Windows color (decimal): -5207941 or 8095920. OLE color: 8095920.

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

Color convert

RGB 176 136 123 -
CMYK 0 0.23 0.30 0.31
HSL 14.72º 0.25% 0.59% -
HSV(B) 14.72º 0.3% 0.69% -
XYZ 30.28 28.27 22.6 -
YUV 146.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 176 136 123 0 0.23 0.30 0.31 14.72 0.25 0.59
Hex B0 88 7B 0 17 1E 1F F 19 3B
Octal 260 210 173 0 27 36 37 17 31 73
Binary 10110000 10001000 1111011 0 10111 11110 11111 1111 11001 111011

Color Harmonies of #B0887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0887B

Black with #B0887B

Text Example


Text Example

White with #B0887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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