#B67D75

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

Shades of Brandy Rose #B67D75

Tints of Brandy Rose #B67D75

Color information

#B67D75 (or 0xB67D75) is unknown color: approx Brandy Rose. HEX triplet: B6, 7D and 75. RGB value is (182,125,117). Sum of RGB (Red+Green+Blue) = 182+125+117=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D75 is #49828A. Grayscale: #8D8D8D. Windows color (decimal): -4817547 or 7699894. OLE color: 7699894.

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

Color convert

RGB182125117-
CMYK00.310.360.29
HSL7.38º30.81%58.63%-
HSV(B)7.38º35.71%71.37%-
XYZ29.8425.920.26-
YUV141.13114.38157.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=42.92%
G=29.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212511700.310.360.297.3830.8158.63
HexB67D7501F241D71f3b
Octal266175165037443573773
Binary10110110111110111101010111111001001110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D75; }

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

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

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

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

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

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

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

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