#B07D6D

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

Shades of Brandy Rose #B07D6D

Tints of Brandy Rose #B07D6D

Color information

#B07D6D (or 0xB07D6D) is unknown color: approx Brandy Rose. HEX triplet: B0, 7D and 6D. RGB value is (176,125,109). Sum of RGB (Red+Green+Blue) = 176+125+109=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D6D is #4F8292. Grayscale: #8A8A8A. Windows color (decimal): -5210771 or 7175600. OLE color: 7175600.

HSL color Cylindrical-coordinate representation of color #B07D6D: hue angle of 14.33º 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 #B07D6D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB176125109-
CMYK00.290.380.31
HSL14.33º29.78%55.88%-
HSV(B)14.33º38.07%69.02%-
XYZ282517.82-
YUV138.42111.4154.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=42.93%
G=30.49%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612510900.290.380.3114.3329.7855.88
HexB07D6D01D261Fe1e38
Octal2601751550354637163670
Binary101100001111101110110101110110011011111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D6D; }

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

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

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

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

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

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

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

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