Html Css Color HEX #B28484 Rosy Brown

📋 copy color: '#B28484'

red 178 ◦ green 132 ◦ blue 132

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

Shades of Rosy Brown #B28484

Tints of Rosy Brown #B28484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

 BLUE value IS 132 (51.95% from 255) = 29.86%

R = 40.27%
G = 29.86%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B28484 (or 0xB28484) is known color: Rosy Brown. HEX triplet: B2, 84 and 84. RGB value is (178,132,132). Sum of RGB (Red+Green+Blue) = 178+132+132=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28484 is #4D7B7B. Grayscale: #919191. Windows color (decimal): -5077884 or 8684722. OLE color: 8684722.

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

Color convert

RGB 178 132 132 -
CMYK 0 0.26 0.26 0.30
HSL 0.23% 0.61% -
HSV(B) 0.26% 0.7% -
XYZ 30.78 27.63 25.54 -
YUV 145.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 178 132 132 0 0.26 0.26 0.30 0 0.23 0.61
Hex B2 84 84 0 1A 1A 1E 0 17 3D
Octal 262 204 204 0 32 32 36 0 27 75
Binary 10110010 10000100 10000100 0 11010 11010 11110 0 10111 111101

Color Harmonies of #B28484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28484

Black with #B28484

Text Example


Text Example

White with #B28484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28484; }

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

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

background-color css

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

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

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

border-color css

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

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

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