#B67C74

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

Shades of Brandy Rose #B67C74

Tints of Brandy Rose #B67C74

Color information

#B67C74 (or 0xB67C74) is unknown color: approx Brandy Rose. HEX triplet: B6, 7C and 74. RGB value is (182,124,116). Sum of RGB (Red+Green+Blue) = 182+124+116=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C74 is #49838B. Grayscale: #8C8C8C. Windows color (decimal): -4817804 or 7634102. OLE color: 7634102.

HSL color Cylindrical-coordinate representation of color #B67C74: hue angle of 7.27º 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 #B67C74 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182124116-
CMYK00.320.360.29
HSL7.27º31.13%58.43%-
HSV(B)7.27º36.26%71.37%-
XYZ29.6525.6219.91-
YUV140.43114.22157.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=43.13%
G=29.38%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212411600.320.360.297.2731.1358.43
HexB67C74020241D71f3a
Octal266174164040443573772
Binary101101101111100111010001000001001001110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C74; }

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

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

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

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

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

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

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

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