#B07B74

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

Shades of Brandy Rose #B07B74

Tints of Brandy Rose #B07B74

Color information

#B07B74 (or 0xB07B74) is unknown color: approx Brandy Rose. HEX triplet: B0, 7B and 74. RGB value is (176,123,116). Sum of RGB (Red+Green+Blue) = 176+123+116=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B74 is #4F848B. Grayscale: #8A8A8A. Windows color (decimal): -5211276 or 7633840. OLE color: 7633840.

HSL color Cylindrical-coordinate representation of color #B07B74: hue angle of 7º degrees, saturation: 0.28, 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 #B07B74 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176123116-
CMYK00.300.340.31
HSL27.52%57.25%-
HSV(B)34.09%69.02%-
XYZ28.1424.6619.8-
YUV138.05115.56155.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=42.41%
G=29.64%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612311600.300.340.31727.5257.25
HexB07B7401E221F71c39
Octal260173164036423773471
Binary10110000111101111101000111101000101111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B74; }

 p { color: rgb(176,123,116); }

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

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

 a { background-color: rgb(176,123,116); }

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

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

 span { border-color: rgb(176,123,116); }

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