#B67876

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

Shades of Brandy Rose #B67876

Tints of Brandy Rose #B67876

Color information

#B67876 (or 0xB67876) is unknown color: approx Brandy Rose. HEX triplet: B6, 78 and 76. RGB value is (182,120,118). Sum of RGB (Red+Green+Blue) = 182+120+118=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B67876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67876 is #498789. Grayscale: #8A8A8A. Windows color (decimal): -4818826 or 7764150. OLE color: 7764150.

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

Color convert

RGB182120118-
CMYK00.340.350.29
HSL1.88º30.48%58.82%-
HSV(B)1.88º35.16%71.37%-
XYZ29.2824.6920.36-
YUV138.31116.54159.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=43.33%
G=28.57%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212011800.340.350.291.8830.4858.82
HexB67876022231D21e3b
Octal266170166042433523673
Binary10110110111100011101100100010100011111011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67876; }

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

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

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

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

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

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

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

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