Html Css Color HEX #B18B8B Rosy Brown

📋 copy color: '#B18B8B'

red 177 ◦ green 139 ◦ blue 139

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

Shades of Rosy Brown #B18B8B

Tints of Rosy Brown #B18B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 38.9%
G = 30.55%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B18B8B (or 0xB18B8B) is known color: Rosy Brown. HEX triplet: B1, 8B and 8B. RGB value is (177,139,139). Sum of RGB (Red+Green+Blue) = 177+139+139=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B8B is #4E7474. Grayscale: #969696. Windows color (decimal): -5141621 or 9145265. OLE color: 9145265.

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

Color convert

RGB 177 139 139 -
CMYK 0 0.21 0.21 0.31
HSL 0.2% 0.62% -
HSV(B) 0.21% 0.69% -
XYZ 32.02 29.68 28.47 -
YUV 150.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 177 139 139 0 0.21 0.21 0.31 0 0.2 0.62
Hex B1 8B 8B 0 15 15 1F 0 14 3E
Octal 261 213 213 0 25 25 37 0 24 76
Binary 10110001 10001011 10001011 0 10101 10101 11111 0 10100 111110

Color Harmonies of #B18B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B8B

Black with #B18B8B

Text Example


Text Example

White with #B18B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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