Html Css Color HEX #B28887 Rosy Brown

📋 copy color: '#B28887'

red 178 ◦ green 136 ◦ blue 135

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

Shades of Rosy Brown #B28887

Tints of Rosy Brown #B28887

RGB

 RED value IS 178 (69.92% from 255) = 39.64%

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

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 39.64%
G = 30.29%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B28887 (or 0xB28887) is known color: Rosy Brown. HEX triplet: B2, 88 and 87. RGB value is (178,136,135). Sum of RGB (Red+Green+Blue) = 178+136+135=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B28887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28887 is #4D7778. Grayscale: #949494. Windows color (decimal): -5076857 or 8882354. OLE color: 8882354.

HSL color Cylindrical-coordinate representation of color #B28887: hue angle of 1.4º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28887 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 135 -
CMYK 0 0.24 0.24 0.30
HSL 1.4º 0.22% 0.61% -
HSV(B) 1.4º 0.24% 0.7% -
XYZ 31.54 28.82 26.82 -
YUV 148.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 178 136 135 0 0.24 0.24 0.30 1.4 0.22 0.61
Hex B2 88 87 0 18 18 1E 1 16 3D
Octal 262 210 207 0 30 30 36 1 26 75
Binary 10110010 10001000 10000111 0 11000 11000 11110 1 10110 111101

Color Harmonies of #B28887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28887

Black with #B28887

Text Example


Text Example

White with #B28887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28887; }

 p { color: rgb(178,136,135); }

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

background-color css

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

 a { background-color: rgb(178,136,135); }

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

border-color css

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

 span { border-color: rgb(178,136,135); }

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