Html Css Color HEX #B28585 Rosy Brown

📋 copy color: '#B28585'

red 178 ◦ green 133 ◦ blue 133

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

Shades of Rosy Brown #B28585

Tints of Rosy Brown #B28585

RGB

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

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

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

R = 40.09%
G = 29.95%
B = 29.95%

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

#B28585 (or 0xB28585) is known color: Rosy Brown. HEX triplet: B2, 85 and 85. RGB value is (178,133,133). Sum of RGB (Red+Green+Blue) = 178+133+133=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28585 is #4D7A7A. Grayscale: #929292. Windows color (decimal): -5077627 or 8750514. OLE color: 8750514.

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

Color convert

RGB 178 133 133 -
CMYK 0 0.25 0.25 0.30
HSL 0.23% 0.61% -
HSV(B) 0.25% 0.7% -
XYZ 30.98 27.93 25.95 -
YUV 146.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 178 133 133 0 0.25 0.25 0.30 0 0.23 0.61
Hex B2 85 85 0 19 19 1E 0 17 3D
Octal 262 205 205 0 31 31 36 0 27 75
Binary 10110010 10000101 10000101 0 11001 11001 11110 0 10111 111101

Color Harmonies of #B28585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28585

Black with #B28585

Text Example


Text Example

White with #B28585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28585; }

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

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

background-color css

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

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

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

border-color css

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

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

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