Html Css Color HEX #B88685 Rosy Brown

📋 copy color: '#B88685'

red 184 ◦ green 134 ◦ blue 133

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

Shades of Rosy Brown #B88685

Tints of Rosy Brown #B88685

RGB

 RED value IS 184 (72.27% from 255) = 40.8%

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

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

R = 40.8%
G = 29.71%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B88685 (or 0xB88685) is known color: Rosy Brown. HEX triplet: B8, 86 and 85. RGB value is (184,134,133). Sum of RGB (Red+Green+Blue) = 184+134+133=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B88685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88685 is #47797A. Grayscale: #949494. Windows color (decimal): -4684155 or 8750776. OLE color: 8750776.

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

Color convert

RGB 184 134 133 -
CMYK 0 0.27 0.28 0.28
HSL 1.18º 0.26% 0.62% -
HSV(B) 1.18º 0.28% 0.72% -
XYZ 32.53 28.93 26.06 -
YUV 148.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 184 134 133 0 0.27 0.28 0.28 1.18 0.26 0.62
Hex B8 86 85 0 1B 1C 1C 1 1A 3E
Octal 270 206 205 0 33 34 34 1 32 76
Binary 10111000 10000110 10000101 0 11011 11100 11100 1 11010 111110

Color Harmonies of #B88685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88685

Black with #B88685

Text Example


Text Example

White with #B88685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88685; }

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

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

background-color css

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

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

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

border-color css

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

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

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