#B07C6D

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

Shades of Brandy Rose #B07C6D

Tints of Brandy Rose #B07C6D

Color information

#B07C6D (or 0xB07C6D) is unknown color: approx Brandy Rose. HEX triplet: B0, 7C and 6D. RGB value is (176,124,109). Sum of RGB (Red+Green+Blue) = 176+124+109=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C6D is #4F8392. Grayscale: #898989. Windows color (decimal): -5211027 or 7175344. OLE color: 7175344.

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

Color convert

RGB176124109-
CMYK00.300.380.31
HSL13.43º29.78%55.88%-
HSV(B)13.43º38.07%69.02%-
XYZ27.8724.7517.78-
YUV137.84111.73155.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=43.03%
G=30.32%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612410900.300.380.3113.4329.7855.88
HexB07C6D01E261Fd1e38
Octal2601741550364637153670
Binary101100001111100110110101111010011011111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C6D; }

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

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

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

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

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

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

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

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