#B68771

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

Shades of Brandy Rose #B68771

Tints of Brandy Rose #B68771

Color information

#B68771 (or 0xB68771) is unknown color: approx Brandy Rose. HEX triplet: B6, 87 and 71. RGB value is (182,135,113). Sum of RGB (Red+Green+Blue) = 182+135+113=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68771 is #49788E. Grayscale: #929292. Windows color (decimal): -4814991 or 7440310. OLE color: 7440310.

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

Color convert

RGB182135113-
CMYK00.260.380.29
HSL19.13º32.09%57.84%-
HSV(B)19.13º37.91%71.37%-
XYZ30.9428.4719.49-
YUV146.54109.07153.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=42.33%
G=31.40%
B=26.28%

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
Decimal18213511300.260.380.2919.1332.0957.84
HexB6877101A261D13203a
Octal2662071610324635234072
Binary101101101000011111100010110101001101110110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68771; }

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

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

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

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

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

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

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

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