#B77F7B

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

Shades of Brandy Rose #B77F7B

Tints of Brandy Rose #B77F7B

Color information

#B77F7B (or 0xB77F7B) is unknown color: approx Brandy Rose. HEX triplet: B7, 7F and 7B. RGB value is (183,127,123). Sum of RGB (Red+Green+Blue) = 183+127+123=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F7B is #488084. Grayscale: #8F8F8F. Windows color (decimal): -4751493 or 8093623. OLE color: 8093623.

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

Color convert

RGB183127123-
CMYK00.310.330.28
HSL29.41%60%-
HSV(B)32.79%71.76%-
XYZ30.6926.6822.27-
YUV143.29116.55156.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=42.26%
G=29.33%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312712300.310.330.28429.4160
HexB77F7B01F211C41d3c
Octal267177173037413443574
Binary10110111111111111110110111111000011110010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F7B; }

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

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

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

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

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

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

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

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