#B77B6B

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

Shades of Brandy Rose #B77B6B

Tints of Brandy Rose #B77B6B

Color information

#B77B6B (or 0xB77B6B) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 6B. RGB value is (183,123,107). Sum of RGB (Red+Green+Blue) = 183+123+107=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6B is #488494. Grayscale: #8B8B8B. Windows color (decimal): -4752533 or 7044023. OLE color: 7044023.

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

Color convert

RGB183123107-
CMYK00.330.420.28
HSL12.63º34.55%56.86%-
HSV(B)12.63º41.53%71.76%-
XYZ29.2725.2917.25-
YUV139.12109.88159.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=44.31%
G=29.78%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312310700.330.420.2812.6334.5556.86
HexB77B6B0212A1Cd2339
Octal2671731530415234154371
Binary10110111111101111010110100001101010111001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B6B; }

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

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

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

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

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

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

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

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