#B78983

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

Shades of Brandy Rose #B78983

Tints of Brandy Rose #B78983

Color information

#B78983 (or 0xB78983) is unknown color: approx Brandy Rose. HEX triplet: B7, 89 and 83. RGB value is (183,137,131). Sum of RGB (Red+Green+Blue) = 183+137+131=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B78983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78983 is #48767C. Grayscale: #969696. Windows color (decimal): -4748925 or 8620471. OLE color: 8620471.

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

Color convert

RGB183137131-
CMYK00.250.280.28
HSL6.92º26.53%61.57%-
HSV(B)6.92º28.42%71.76%-
XYZ32.5729.625.47-
YUV150.07117.24151.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=40.58%
G=30.38%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313713100.250.280.286.9226.5361.57
HexB789830191C1C71b3e
Octal267211203031343473376
Binary101101111000100110000011011001111001110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78983; }

 p { color: rgb(183,137,131); }

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

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

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

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

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

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

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