#B67F75

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

Shades of Brandy Rose #B67F75

Tints of Brandy Rose #B67F75

Color information

#B67F75 (or 0xB67F75) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 75. RGB value is (182,127,117). Sum of RGB (Red+Green+Blue) = 182+127+117=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F75 is #49808A. Grayscale: #8E8E8E. Windows color (decimal): -4817035 or 7700406. OLE color: 7700406.

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

Color convert

RGB182127117-
CMYK00.300.360.29
HSL9.23º30.81%58.63%-
HSV(B)9.23º35.71%71.37%-
XYZ30.0926.4120.34-
YUV142.3113.72156.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=42.72%
G=29.81%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212711700.300.360.299.2330.8158.63
HexB67F7501E241D91f3b
Octal2661771650364435113773
Binary101101101111111111010101111010010011101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F75; }

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

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

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

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

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

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

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

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