#B68770

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

Shades of Brandy Rose #B68770

Tints of Brandy Rose #B68770

Color information

#B68770 (or 0xB68770) is unknown color: approx Brandy Rose. HEX triplet: B6, 87 and 70. RGB value is (182,135,112). Sum of RGB (Red+Green+Blue) = 182+135+112=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68770 is #49788F. Grayscale: #929292. Windows color (decimal): -4814992 or 7374774. OLE color: 7374774.

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

Color convert

RGB182135112-
CMYK00.260.380.29
HSL19.71º32.41%57.65%-
HSV(B)19.71º38.46%71.37%-
XYZ30.8828.4419.19-
YUV146.43108.57153.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=42.42%
G=31.47%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213511200.260.380.2919.7132.4157.65
HexB6877001A261D14203a
Octal2662071600324635244072
Binary101101101000011111100000110101001101110110100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68770; }

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

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

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

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

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

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

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

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