Html Css Color HEX #B0877A Brandy Rose

📋 copy color: '#B0877A'

red 176 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #B0877A

Tints of Brandy Rose #B0877A

RGB

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

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

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

R = 40.65%
G = 31.18%
B = 28.18%

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

#B0877A (or 0xB0877A) is known color: Brandy Rose. HEX triplet: B0, 87 and 7A. RGB value is (176,135,122). Sum of RGB (Red+Green+Blue) = 176+135+122=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0877A is #4F7885. Grayscale: #919191. Windows color (decimal): -5208198 or 8030128. OLE color: 8030128.

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

Color convert

RGB 176 135 122 -
CMYK 0 0.23 0.31 0.31
HSL 14.44º 0.25% 0.58% -
HSV(B) 14.44º 0.31% 0.69% -
XYZ 30.08 27.96 22.22 -
YUV 145.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 176 135 122 0 0.23 0.31 0.31 14.44 0.25 0.58
Hex B0 87 7A 0 17 1F 1F E 19 3A
Octal 260 207 172 0 27 37 37 16 31 72
Binary 10110000 10000111 1111010 0 10111 11111 11111 1110 11001 111010

Color Harmonies of #B0877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0877A

Black with #B0877A

Text Example


Text Example

White with #B0877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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