#B2807A

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

Shades of Brandy Rose #B2807A

Tints of Brandy Rose #B2807A

Color information

#B2807A (or 0xB2807A) is unknown color: approx Brandy Rose. HEX triplet: B2, 80 and 7A. RGB value is (178,128,122). Sum of RGB (Red+Green+Blue) = 178+128+122=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2807A is #4D7F85. Grayscale: #8E8E8E. Windows color (decimal): -5078918 or 8028338. OLE color: 8028338.

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

Color convert

RGB178128122-
CMYK00.280.310.30
HSL6.43º26.67%58.82%-
HSV(B)6.43º31.46%69.8%-
XYZ29.5926.3121.93-
YUV142.27116.56153.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=41.59%
G=29.91%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812812200.280.310.306.4326.6758.82
HexB2807A01C1F1E61b3b
Octal262200172034373663373
Binary10110010100000001111010011100111111111011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2807A; }

 p { color: rgb(178,128,122); }

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

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

 a { background-color: rgb(178,128,122); }

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

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

 span { border-color: rgb(178,128,122); }

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