#B77F7F

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

Shades of Brandy Rose #B77F7F

Tints of Brandy Rose #B77F7F

Color information

#B77F7F (or 0xB77F7F) is unknown color: approx Brandy Rose. HEX triplet: B7, 7F and 7F. RGB value is (183,127,127). Sum of RGB (Red+Green+Blue) = 183+127+127=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F7F is #488080. Grayscale: #8F8F8F. Windows color (decimal): -4751489 or 8355767. OLE color: 8355767.

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

Color convert

RGB183127127-
CMYK00.310.310.28
HSL28%60.78%-
HSV(B)30.6%71.76%-
XYZ30.9526.7823.62-
YUV143.74118.55156-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 127 (50% from 255) = 29.06%
R=41.88%
G=29.06%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312712700.310.310.2802860.78
HexB77F7F01F1F1C01c3d
Octal267177177037373403475
Binary10110111111111111111110111111111111100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F7F; }

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

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

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

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

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

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

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

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