Html Css Color HEX #B0877F Brandy Rose

📋 copy color: '#B0877F'

red 176 ◦ green 135 ◦ blue 127

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

Shades of Brandy Rose #B0877F

Tints of Brandy Rose #B0877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 40.18%
G = 30.82%
B = 29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0877F (or 0xB0877F) is known color: Brandy Rose. HEX triplet: B0, 87 and 7F. RGB value is (176,135,127). Sum of RGB (Red+Green+Blue) = 176+135+127=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0877F is #4F7880. Grayscale: #929292. Windows color (decimal): -5208193 or 8357808. OLE color: 8357808.

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

Color convert

RGB 176 135 127 -
CMYK 0 0.23 0.28 0.31
HSL 9.8º 0.24% 0.59% -
HSV(B) 9.8º 0.28% 0.69% -
XYZ 30.4 28.09 23.9 -
YUV 146.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 176 135 127 0 0.23 0.28 0.31 9.8 0.24 0.59
Hex B0 87 7F 0 17 1C 1F A 18 3B
Octal 260 207 177 0 27 34 37 12 30 73
Binary 10110000 10000111 1111111 0 10111 11100 11111 1010 11000 111011

Color Harmonies of #B0877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0877F

Black with #B0877F

Text Example


Text Example

White with #B0877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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