Html Css Color HEX #B28685 Rosy Brown

📋 copy color: '#B28685'

red 178 ◦ green 134 ◦ blue 133

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

Shades of Rosy Brown #B28685

Tints of Rosy Brown #B28685

RGB

 RED value IS 178 (69.92% from 255) = 40%

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

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

R = 40%
G = 30.11%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B28685 (or 0xB28685) is known color: Rosy Brown. HEX triplet: B2, 86 and 85. RGB value is (178,134,133). Sum of RGB (Red+Green+Blue) = 178+134+133=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28685 is #4D797A. Grayscale: #939393. Windows color (decimal): -5077371 or 8750770. OLE color: 8750770.

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

Color convert

RGB 178 134 133 -
CMYK 0 0.25 0.25 0.30
HSL 1.33º 0.23% 0.61% -
HSV(B) 1.33º 0.25% 0.7% -
XYZ 31.12 28.21 25.99 -
YUV 147.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 178 134 133 0 0.25 0.25 0.30 1.33 0.23 0.61
Hex B2 86 85 0 19 19 1E 1 17 3D
Octal 262 206 205 0 31 31 36 1 27 75
Binary 10110010 10000110 10000101 0 11001 11001 11110 1 10111 111101

Color Harmonies of #B28685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28685

Black with #B28685

Text Example


Text Example

White with #B28685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28685; }

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

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

background-color css

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

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

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

border-color css

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

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

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