#B67875

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

Shades of Brandy Rose #B67875

Tints of Brandy Rose #B67875

Color information

#B67875 (or 0xB67875) is unknown color: approx Brandy Rose. HEX triplet: B6, 78 and 75. RGB value is (182,120,117). Sum of RGB (Red+Green+Blue) = 182+120+117=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B67875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67875 is #49878A. Grayscale: #8A8A8A. Windows color (decimal): -4818827 or 7698614. OLE color: 7698614.

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

Color convert

RGB182120117-
CMYK00.340.360.29
HSL2.77º30.81%58.63%-
HSV(B)2.77º35.71%71.37%-
XYZ29.2224.6620.05-
YUV138.2116.04159.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=43.44%
G=28.64%
B=27.92%

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
Decimal18212011700.340.360.292.7730.8158.63
HexB67875022241D31f3b
Octal266170165042443533773
Binary10110110111100011101010100010100100111011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67875; }

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

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

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

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

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

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

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

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