#B7867A

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

Shades of Brandy Rose #B7867A

Tints of Brandy Rose #B7867A

Color information

#B7867A (or 0xB7867A) is unknown color: approx Brandy Rose. HEX triplet: B7, 86 and 7A. RGB value is (183,134,122). Sum of RGB (Red+Green+Blue) = 183+134+122=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7867A is #487985. Grayscale: #939393. Windows color (decimal): -4749702 or 8029879. OLE color: 8029879.

HSL color Cylindrical-coordinate representation of color #B7867A: hue angle of 11.8º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7867A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183134122-
CMYK00.270.330.28
HSL11.8º29.76%59.8%-
HSV(B)11.8º33.33%71.76%-
XYZ31.5728.5222.25-
YUV147.28113.73153.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=41.69%
G=30.52%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313412200.270.330.2811.829.7659.8
HexB7867A01B211Cc1e3c
Octal2672061720334134143674
Binary1011011110000110111101001101110000111100110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7867A; }

 p { color: rgb(183,134,122); }

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

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

 a { background-color: rgb(183,134,122); }

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

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

 span { border-color: rgb(183,134,122); }

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