#B07E7D

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

Shades of Brandy Rose #B07E7D

Tints of Brandy Rose #B07E7D

Color information

#B07E7D (or 0xB07E7D) is unknown color: approx Brandy Rose. HEX triplet: B0, 7E and 7D. RGB value is (176,126,125). Sum of RGB (Red+Green+Blue) = 176+126+125=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E7D is #4F8182. Grayscale: #8C8C8C. Windows color (decimal): -5210499 or 8224432. OLE color: 8224432.

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

Color convert

RGB176126125-
CMYK00.280.290.31
HSL1.18º24.4%59.02%-
HSV(B)1.18º28.98%69.02%-
XYZ29.0725.6322.82-
YUV140.84119.06153.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=41.22%
G=29.51%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612612500.280.290.311.1824.459.02
HexB07E7D01C1D1F1183b
Octal260176175034353713073
Binary10110000111111011111010111001110111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E7D; }

 p { color: rgb(176,126,125); }

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

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

 a { background-color: rgb(176,126,125); }

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

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

 span { border-color: rgb(176,126,125); }

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