#B7807D

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

Shades of Brandy Rose #B7807D

Tints of Brandy Rose #B7807D

Color information

#B7807D (or 0xB7807D) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 7D. RGB value is (183,128,125). Sum of RGB (Red+Green+Blue) = 183+128+125=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807D is #487F82. Grayscale: #909090. Windows color (decimal): -4751235 or 8224951. OLE color: 8224951.

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

Color convert

RGB183128125-
CMYK00.300.320.28
HSL3.1º28.71%60.39%-
HSV(B)3.1º31.69%71.76%-
XYZ30.9526.9922.98-
YUV144.1117.22155.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=41.97%
G=29.36%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312812500.300.320.283.128.7160.39
HexB7807D01E201C31d3c
Octal267200175036403433574
Binary10110111100000001111101011110100000111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7807D; }

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

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

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

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

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

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

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

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