Html Css Color HEX #B18685 Rosy Brown

📋 copy color: '#B18685'

red 177 ◦ green 134 ◦ blue 133

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

Shades of Rosy Brown #B18685

Tints of Rosy Brown #B18685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 39.86%
G = 30.18%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B18685 (or 0xB18685) is known color: Rosy Brown. HEX triplet: B1, 86 and 85. RGB value is (177,134,133). Sum of RGB (Red+Green+Blue) = 177+134+133=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B18685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18685 is #4E797A. Grayscale: #929292. Windows color (decimal): -5142907 or 8750769. OLE color: 8750769.

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

Color convert

RGB 177 134 133 -
CMYK 0 0.24 0.25 0.31
HSL 1.36º 0.22% 0.61% -
HSV(B) 1.36º 0.25% 0.69% -
XYZ 30.89 28.09 25.98 -
YUV 146.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 177 134 133 0 0.24 0.25 0.31 1.36 0.22 0.61
Hex B1 86 85 0 18 19 1F 1 16 3D
Octal 261 206 205 0 30 31 37 1 26 75
Binary 10110001 10000110 10000101 0 11000 11001 11111 1 10110 111101

Color Harmonies of #B18685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18685

Black with #B18685

Text Example


Text Example

White with #B18685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18685; }

 p { color: rgb(177,134,133); }

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

background-color css

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

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

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

border-color css

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

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

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