#B07E6D

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

Shades of Brandy Rose #B07E6D

Tints of Brandy Rose #B07E6D

Color information

#B07E6D (or 0xB07E6D) is unknown color: approx Brandy Rose. HEX triplet: B0, 7E and 6D. RGB value is (176,126,109). Sum of RGB (Red+Green+Blue) = 176+126+109=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E6D is #4F8192. Grayscale: #8B8B8B. Windows color (decimal): -5210515 or 7175856. OLE color: 7175856.

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

Color convert

RGB176126109-
CMYK00.280.380.31
HSL15.22º29.78%55.88%-
HSV(B)15.22º38.07%69.02%-
XYZ28.1325.2617.86-
YUV139.01111.06154.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=42.82%
G=30.66%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612610900.280.380.3115.2229.7855.88
HexB07E6D01C261Ff1e38
Octal2601761550344637173670
Binary101100001111110110110101110010011011111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E6D; }

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

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

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

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

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

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

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

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