Html Css Color HEX #B08988 Rosy Brown

📋 copy color: '#B08988'

red 176 ◦ green 137 ◦ blue 136

#B08988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #B08988

Tints of Rosy Brown #B08988

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 39.2%
G = 30.51%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B08988 (or 0xB08988) is known color: Rosy Brown. HEX triplet: B0, 89 and 88. RGB value is (176,137,136). Sum of RGB (Red+Green+Blue) = 176+137+136=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B08988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08988 is #4F7677. Grayscale: #949494. Windows color (decimal): -5207672 or 8948144. OLE color: 8948144.

HSL color Cylindrical-coordinate representation of color #B08988: hue angle of 1.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08988 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 136 -
CMYK 0 0.22 0.23 0.31
HSL 1.5º 0.2% 0.61% -
HSV(B) 1.5º 0.23% 0.69% -
XYZ 31.29 28.9 27.22 -
YUV 148.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 176 137 136 0 0.22 0.23 0.31 1.5 0.2 0.61
Hex B0 89 88 0 16 17 1F 2 14 3D
Octal 260 211 210 0 26 27 37 2 24 75
Binary 10110000 10001001 10001000 0 10110 10111 11111 10 10100 111101

Color Harmonies of #B08988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08988

Black with #B08988

Text Example


Text Example

White with #B08988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08988; }

 p { color: rgb(176,137,136); }

 H1.HeaderClassName
 {
   color: #B08988;
 }
 .AnyTagClassName
 {
   color: #B08988;
 }
</style>

background-color css

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

 a { background-color: rgb(176,137,136); }

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

border-color css

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

 span { border-color: rgb(176,137,136); }

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