#b07b6d

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

Shades of Brandy Rose #B07B6D

Tints of Brandy Rose #B07B6D

Color information

#B07B6D (or 0xB07B6D) is unknown color: approx Brandy Rose. HEX triplet: B0, 7B and 6D. RGB value is (176,123,109). Sum of RGB (Red+Green+Blue) = 176+123+109=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B6D is #4F8492. Grayscale: #898989. Windows color (decimal): -5211283 or 7175088. OLE color: 7175088.

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

Color convert

RGB176123109-
CMYK00.300.380.31
HSL12.54º29.78%55.88%-
HSV(B)12.54º38.07%69.02%-
XYZ27.7524.517.73-
YUV137.25112.06155.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=43.14%
G=30.15%
B=26.72%

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
Decimal17612310900.300.380.3112.5429.7855.88
HexB07B6D01E261Fd1e38
Octal2601731550364637153670
Binary101100001111011110110101111010011011111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07b6d; }

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

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

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

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

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

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

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

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