Html Css Color HEX #B18484 Rosy Brown

📋 copy color: '#B18484'

red 177 ◦ green 132 ◦ blue 132

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

Shades of Rosy Brown #B18484

Tints of Rosy Brown #B18484

RGB

 RED value IS 177 (69.53% from 255) = 40.14%

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

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

R = 40.14%
G = 29.93%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B18484 (or 0xB18484) is known color: Rosy Brown. HEX triplet: B1, 84 and 84. RGB value is (177,132,132). Sum of RGB (Red+Green+Blue) = 177+132+132=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18484 is #4E7B7B. Grayscale: #919191. Windows color (decimal): -5143420 or 8684721. OLE color: 8684721.

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

Color convert

RGB 177 132 132 -
CMYK 0 0.25 0.25 0.31
HSL 0.22% 0.61% -
HSV(B) 0.25% 0.69% -
XYZ 30.55 27.52 25.53 -
YUV 145.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 177 132 132 0 0.25 0.25 0.31 0 0.22 0.61
Hex B1 84 84 0 19 19 1F 0 16 3D
Octal 261 204 204 0 31 31 37 0 26 75
Binary 10110001 10000100 10000100 0 11001 11001 11111 0 10110 111101

Color Harmonies of #B18484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18484

Black with #B18484

Text Example


Text Example

White with #B18484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18484; }

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

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

background-color css

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

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

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

border-color css

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

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

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