Html Css Color HEX #B28D8D Rosy Brown

📋 copy color: '#B28D8D'

red 178 ◦ green 141 ◦ blue 141

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

Shades of Rosy Brown #B28D8D

Tints of Rosy Brown #B28D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.65%

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

R = 38.7%
G = 30.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B28D8D (or 0xB28D8D) is known color: Rosy Brown. HEX triplet: B2, 8D and 8D. RGB value is (178,141,141). Sum of RGB (Red+Green+Blue) = 178+141+141=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D8D is #4D7272. Grayscale: #989898. Windows color (decimal): -5075571 or 9276850. OLE color: 9276850.

HSL color Cylindrical-coordinate representation of color #B28D8D: hue angle of 0º 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 #B28D8D is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 141 -
CMYK 0 0.21 0.21 0.30
HSL 0.19% 0.63% -
HSV(B) 0.21% 0.7% -
XYZ 32.69 30.44 29.35 -
YUV 152.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 178 141 141 0 0.21 0.21 0.30 0 0.19 0.63
Hex B2 8D 8D 0 15 15 1E 0 13 3F
Octal 262 215 215 0 25 25 36 0 23 77
Binary 10110010 10001101 10001101 0 10101 10101 11110 0 10011 111111

Color Harmonies of #B28D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D8D

Black with #B28D8D

Text Example


Text Example

White with #B28D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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