#B67874

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

Shades of Brandy Rose #B67874

Tints of Brandy Rose #B67874

Color information

#B67874 (or 0xB67874) is unknown color: approx Brandy Rose. HEX triplet: B6, 78 and 74. RGB value is (182,120,116). Sum of RGB (Red+Green+Blue) = 182+120+116=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B67874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67874 is #49878B. Grayscale: #8A8A8A. Windows color (decimal): -4818828 or 7633078. OLE color: 7633078.

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

Color convert

RGB182120116-
CMYK00.340.360.29
HSL3.64º31.13%58.43%-
HSV(B)3.64º36.26%71.37%-
XYZ29.1624.6419.74-
YUV138.08115.54159.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=43.54%
G=28.71%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212011600.340.360.293.6431.1358.43
HexB67874022241D41f3a
Octal266170164042443543772
Binary101101101111000111010001000101001001110110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67874; }

 p { color: rgb(182,120,116); }

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

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

 a { background-color: rgb(182,120,116); }

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

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

 span { border-color: rgb(182,120,116); }

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