#B4877D

Color #B4877D Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B4877D

Tints of Brandy Rose #B4877D

Color information

#B4877D (or 0xB4877D) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 7D. RGB value is (180,135,125). Sum of RGB (Red+Green+Blue) = 180+135+125=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4877D is #4B7882. Grayscale: #939393. Windows color (decimal): -4946051 or 8226740. OLE color: 8226740.

HSL color Cylindrical-coordinate representation of color #B4877D: hue angle of 10.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4877D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180135125-
CMYK00.250.310.29
HSL10.91º26.83%59.8%-
HSV(B)10.91º30.56%70.59%-
XYZ31.1928.5123.26-
YUV147.32115.41151.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=40.91%
G=30.68%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013512500.250.310.2910.9126.8359.8
HexB4877D0191F1Db1b3c
Octal2642071750313735133374
Binary101101001000011111111010110011111111101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4877D; }

 p { color: rgb(180,135,125); }

 H1.HeaderClassName
 {
   color: #B4877D;
 }
 .AnyTagClassName
 {
   color: #B4877D;
 }
</style>
background-color css

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

 a { background-color: rgb(180,135,125); }

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

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

 span { border-color: rgb(180,135,125); }

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