#B88A8A

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

Shades of Rosy Brown #B88A8A

Tints of Rosy Brown #B88A8A

Color information

#B88A8A (or 0xB88A8A) is unknown color: approx Rosy Brown. HEX triplet: B8, 8A and 8A. RGB value is (184,138,138). Sum of RGB (Red+Green+Blue) = 184+138+138=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A8A is #477575. Grayscale: #979797. Windows color (decimal): -4683126 or 9079480. OLE color: 9079480.

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

Color convert

RGB184138138-
CMYK00.250.250.28
HSL24.47%63.14%-
HSV(B)25%72.16%-
XYZ33.4430.228.11-
YUV151.75120.24151-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413813800.250.250.28024.4763.14
HexB88A8A019191C0183f
Octal270212212031313403077
Binary1011100010001010100010100110011100111100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A8A; }

 p { color: rgb(184,138,138); }

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

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

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

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

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

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

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