Html Css Color HEX #B28D8C Rosy Brown

📋 copy color: '#B28D8C'

red 178 ◦ green 141 ◦ blue 140

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

Shades of Rosy Brown #B28D8C

Tints of Rosy Brown #B28D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 38.78%
G = 30.72%
B = 30.5%

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

#B28D8C (or 0xB28D8C) is known color: Rosy Brown. HEX triplet: B2, 8D and 8C. RGB value is (178,141,140). Sum of RGB (Red+Green+Blue) = 178+141+140=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D8C is #4D7273. Grayscale: #979797. Windows color (decimal): -5075572 or 9211314. OLE color: 9211314.

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

Color convert

RGB 178 141 140 -
CMYK 0 0.21 0.21 0.30
HSL 1.58º 0.2% 0.62% -
HSV(B) 1.58º 0.21% 0.7% -
XYZ 32.62 30.41 28.96 -
YUV 151.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 178 141 140 0 0.21 0.21 0.30 1.58 0.2 0.62
Hex B2 8D 8C 0 15 15 1E 2 14 3E
Octal 262 215 214 0 25 25 36 2 24 76
Binary 10110010 10001101 10001100 0 10101 10101 11110 10 10100 111110

Color Harmonies of #B28D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D8C

Black with #B28D8C

Text Example


Text Example

White with #B28D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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