#B07A70

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

Shades of Brandy Rose #B07A70

Tints of Brandy Rose #B07A70

Color information

#B07A70 (or 0xB07A70) is unknown color: approx Brandy Rose. HEX triplet: B0, 7A and 70. RGB value is (176,122,112). Sum of RGB (Red+Green+Blue) = 176+122+112=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A70 is #4F858F. Grayscale: #898989. Windows color (decimal): -5211536 or 7371440. OLE color: 7371440.

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

Color convert

RGB176122112-
CMYK00.310.360.31
HSL9.38º28.83%56.47%-
HSV(B)9.38º36.36%69.02%-
XYZ27.7924.3218.56-
YUV137.01113.89155.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=42.93%
G=29.76%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612211200.310.360.319.3828.8356.47
HexB07A7001F241F91d38
Octal2601721600374437113570
Binary101100001111010111000001111110010011111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A70; }

 p { color: rgb(176,122,112); }

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

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

 a { background-color: rgb(176,122,112); }

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

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

 span { border-color: rgb(176,122,112); }

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