#B68380

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

Shades of Brandy Rose #B68380

Tints of Brandy Rose #B68380

Color information

#B68380 (or 0xB68380) is unknown color: approx Brandy Rose. HEX triplet: B6, 83 and 80. RGB value is (182,131,128). Sum of RGB (Red+Green+Blue) = 182+131+128=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B68380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68380 is #497C7F. Grayscale: #919191. Windows color (decimal): -4816000 or 8422326. OLE color: 8422326.

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

Color convert

RGB182131128-
CMYK00.280.300.29
HSL3.33º27%60.78%-
HSV(B)3.33º29.67%71.37%-
XYZ31.327.7424.13-
YUV145.91117.9153.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=41.27%
G=29.71%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213112800.280.300.293.332760.78
HexB6838001C1E1D31b3d
Octal266203200034363533375
Binary10110110100000111000000001110011110111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68380; }

 p { color: rgb(182,131,128); }

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

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

 a { background-color: rgb(182,131,128); }

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

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

 span { border-color: rgb(182,131,128); }

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