#B68B8A

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

Shades of Rosy Brown #B68B8A

Tints of Rosy Brown #B68B8A

Color information

#B68B8A (or 0xB68B8A) is unknown color: approx Rosy Brown. HEX triplet: B6, 8B and 8A. RGB value is (182,139,138). Sum of RGB (Red+Green+Blue) = 182+139+138=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B8A is #497475. Grayscale: #979797. Windows color (decimal): -4813942 or 9079734. OLE color: 9079734.

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

Color convert

RGB182139138-
CMYK00.240.240.29
HSL1.36º23.16%62.75%-
HSV(B)1.36º24.18%71.37%-
XYZ33.1130.2528.14-
YUV151.74120.25149.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=39.65%
G=30.28%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213913800.240.240.291.3623.1662.75
HexB68B8A018181D1173f
Octal266213212030303512777
Binary1011011010001011100010100110001100011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B8A; }

 p { color: rgb(182,139,138); }

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

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

 a { background-color: rgb(182,139,138); }

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

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

 span { border-color: rgb(182,139,138); }

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