#B07975

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

Shades of Brandy Rose #B07975

Tints of Brandy Rose #B07975

Color information

#B07975 (or 0xB07975) is unknown color: approx Brandy Rose. HEX triplet: B0, 79 and 75. RGB value is (176,121,117). Sum of RGB (Red+Green+Blue) = 176+121+117=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07975 is #4F868A. Grayscale: #898989. Windows color (decimal): -5211787 or 7698864. OLE color: 7698864.

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

Color convert

RGB176121117-
CMYK00.310.340.31
HSL4.07º27.19%57.45%-
HSV(B)4.07º33.52%69.02%-
XYZ27.9524.1920.03-
YUV136.99116.72155.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=42.51%
G=29.23%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612111700.310.340.314.0727.1957.45
HexB0797501F221F41b39
Octal260171165037423743371
Binary10110000111100111101010111111000101111110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07975; }

 p { color: rgb(176,121,117); }

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

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

 a { background-color: rgb(176,121,117); }

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

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

 span { border-color: rgb(176,121,117); }

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