Html Css Color HEX #B28E8D Rosy Brown

📋 copy color: '#B28E8D'

red 178 ◦ green 142 ◦ blue 141

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

Shades of Rosy Brown #B28E8D

Tints of Rosy Brown #B28E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 38.61%
G = 30.8%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B28E8D (or 0xB28E8D) is known color: Rosy Brown. HEX triplet: B2, 8E and 8D. RGB value is (178,142,141). Sum of RGB (Red+Green+Blue) = 178+142+141=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E8D is #4D7172. Grayscale: #989898. Windows color (decimal): -5075315 or 9277106. OLE color: 9277106.

HSL color Cylindrical-coordinate representation of color #B28E8D: hue angle of 1.62º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28E8D is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 142 141 -
CMYK 0 0.20 0.21 0.30
HSL 1.62º 0.19% 0.63% -
HSV(B) 1.62º 0.21% 0.7% -
XYZ 32.84 30.73 29.4 -
YUV 152.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 178 142 141 0 0.20 0.21 0.30 1.62 0.19 0.63
Hex B2 8E 8D 0 14 15 1E 2 13 3F
Octal 262 216 215 0 24 25 36 2 23 77
Binary 10110010 10001110 10001101 0 10100 10101 11110 10 10011 111111

Color Harmonies of #B28E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E8D

Black with #B28E8D

Text Example


Text Example

White with #B28E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E8D; }

 p { color: rgb(178,142,141); }

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

background-color css

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

 a { background-color: rgb(178,142,141); }

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

border-color css

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

 span { border-color: rgb(178,142,141); }

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