Html Css Color HEX #B58685 Rosy Brown

📋 copy color: '#B58685'

red 181 ◦ green 134 ◦ blue 133

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

Shades of Rosy Brown #B58685

Tints of Rosy Brown #B58685

RGB

 RED value IS 181 (71.09% from 255) = 40.4%

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

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

R = 40.4%
G = 29.91%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B58685 (or 0xB58685) is known color: Rosy Brown. HEX triplet: B5, 86 and 85. RGB value is (181,134,133). Sum of RGB (Red+Green+Blue) = 181+134+133=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B58685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58685 is #4A797A. Grayscale: #939393. Windows color (decimal): -4880763 or 8750773. OLE color: 8750773.

HSL color Cylindrical-coordinate representation of color #B58685: hue angle of 1.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58685 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 133 -
CMYK 0 0.26 0.27 0.29
HSL 1.25º 0.24% 0.62% -
HSV(B) 1.25º 0.27% 0.71% -
XYZ 31.81 28.57 26.03 -
YUV 147.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 181 134 133 0 0.26 0.27 0.29 1.25 0.24 0.62
Hex B5 86 85 0 1A 1B 1D 1 18 3E
Octal 265 206 205 0 32 33 35 1 30 76
Binary 10110101 10000110 10000101 0 11010 11011 11101 1 11000 111110

Color Harmonies of #B58685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58685

Black with #B58685

Text Example


Text Example

White with #B58685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58685; }

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

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

background-color css

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

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

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

border-color css

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

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

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