#b68570

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

Shades of Brandy Rose #B68570

Tints of Brandy Rose #B68570

Color information

#B68570 (or 0xB68570) is unknown color: approx Brandy Rose. HEX triplet: B6, 85 and 70. RGB value is (182,133,112). Sum of RGB (Red+Green+Blue) = 182+133+112=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68570 is #497A8F. Grayscale: #919191. Windows color (decimal): -4815504 or 7374262. OLE color: 7374262.

HSL color Cylindrical-coordinate representation of color #B68570: hue angle of 18º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68570 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182133112-
CMYK00.270.380.29
HSL18º32.41%57.65%-
HSV(B)18º38.46%71.37%-
XYZ30.627.8919.1-
YUV145.26109.23154.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=42.62%
G=31.15%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213311200.270.380.291832.4157.65
HexB6857001B261D12203a
Octal2662051600334635224072
Binary101101101000010111100000110111001101110110010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68570; }

 p { color: rgb(182,133,112); }

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

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

 a { background-color: rgb(182,133,112); }

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

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

 span { border-color: rgb(182,133,112); }

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