#B67B73

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

Shades of Brandy Rose #B67B73

Tints of Brandy Rose #B67B73

Color information

#B67B73 (or 0xB67B73) is unknown color: approx Brandy Rose. HEX triplet: B6, 7B and 73. RGB value is (182,123,115). Sum of RGB (Red+Green+Blue) = 182+123+115=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B73 is #49848C. Grayscale: #8B8B8B. Windows color (decimal): -4818061 or 7568310. OLE color: 7568310.

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

Color convert

RGB182123115-
CMYK00.320.370.29
HSL7.16º31.46%58.24%-
HSV(B)7.16º36.81%71.37%-
XYZ29.4725.3519.56-
YUV139.73114.05158.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=43.33%
G=29.29%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212311500.320.370.297.1631.4658.24
HexB67B73020251D71f3a
Octal266173163040453573772
Binary101101101111011111001101000001001011110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B73; }

 p { color: rgb(182,123,115); }

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

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

 a { background-color: rgb(182,123,115); }

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

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

 span { border-color: rgb(182,123,115); }

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