#b68f8d

Color #B68F8D Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #B68F8D

Tints of Rosy Brown #B68F8D

Color information

#B68F8D (or 0xB68F8D) is unknown color: approx Rosy Brown. HEX triplet: B6, 8F and 8D. RGB value is (182,143,141). Sum of RGB (Red+Green+Blue) = 182+143+141=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F8D is #497072. Grayscale: #9A9A9A. Windows color (decimal): -4812915 or 9277366. OLE color: 9277366.

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

Color convert

RGB182143141-
CMYK00.210.230.29
HSL2.93º21.93%63.33%-
HSV(B)2.93º22.53%71.37%-
XYZ33.9231.5129.49-
YUV154.43120.42147.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=39.06%
G=30.69%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214314100.210.230.292.9321.9363.33
HexB68F8D015171D3163f
Octal266217215025273532677
Binary10110110100011111000110101010110111111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68f8d; }

 p { color: rgb(182,143,141); }

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

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

 a { background-color: rgb(182,143,141); }

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

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

 span { border-color: rgb(182,143,141); }

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