#B7807B

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

Shades of Brandy Rose #B7807B

Tints of Brandy Rose #B7807B

Color information

#B7807B (or 0xB7807B) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 7B. RGB value is (183,128,123). Sum of RGB (Red+Green+Blue) = 183+128+123=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807B is #487F84. Grayscale: #8F8F8F. Windows color (decimal): -4751237 or 8093879. OLE color: 8093879.

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

Color convert

RGB183128123-
CMYK00.300.330.28
HSL29.41%60%-
HSV(B)32.79%71.76%-
XYZ30.8226.9422.31-
YUV143.88116.22155.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=42.17%
G=29.49%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312812300.300.330.28529.4160
HexB7807B01E211C51d3c
Octal267200173036413453574
Binary101101111000000011110110111101000011110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7807B; }

 p { color: rgb(183,128,123); }

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

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

 a { background-color: rgb(183,128,123); }

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

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

 span { border-color: rgb(183,128,123); }

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