#B68782

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

Shades of Brandy Rose #B68782

Tints of Brandy Rose #B68782

Color information

#B68782 (or 0xB68782) is unknown color: approx Brandy Rose. HEX triplet: B6, 87 and 82. RGB value is (182,135,130). Sum of RGB (Red+Green+Blue) = 182+135+130=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B68782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68782 is #49787D. Grayscale: #949494. Windows color (decimal): -4814974 or 8554422. OLE color: 8554422.

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

Color convert

RGB182135130-
CMYK00.260.290.29
HSL5.77º26.26%61.18%-
HSV(B)5.77º28.57%71.37%-
XYZ31.9828.8825.01-
YUV148.48117.57151.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=40.72%
G=30.20%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213513000.260.290.295.7726.2661.18
HexB6878201A1D1D61a3d
Octal266207202032353563275
Binary101101101000011110000010011010111011110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68782; }

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

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

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

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

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

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

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

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