Html Css Color HEX #B0877B Brandy Rose

📋 copy color: '#B0877B'

red 176 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #B0877B

Tints of Brandy Rose #B0877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 40.55%
G = 31.11%
B = 28.34%

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

#B0877B (or 0xB0877B) is known color: Brandy Rose. HEX triplet: B0, 87 and 7B. RGB value is (176,135,123). Sum of RGB (Red+Green+Blue) = 176+135+123=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0877B is #4F7884. Grayscale: #919191. Windows color (decimal): -5208197 or 8095664. OLE color: 8095664.

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

Color convert

RGB 176 135 123 -
CMYK 0 0.23 0.30 0.31
HSL 13.58º 0.25% 0.59% -
HSV(B) 13.58º 0.3% 0.69% -
XYZ 30.14 27.99 22.55 -
YUV 145.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 176 135 123 0 0.23 0.30 0.31 13.58 0.25 0.59
Hex B0 87 7B 0 17 1E 1F E 19 3B
Octal 260 207 173 0 27 36 37 16 31 73
Binary 10110000 10000111 1111011 0 10111 11110 11111 1110 11001 111011

Color Harmonies of #B0877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0877B

Black with #B0877B

Text Example


Text Example

White with #B0877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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