Html Css Color HEX #B38585 Rosy Brown

📋 copy color: '#B38585'

red 179 ◦ green 133 ◦ blue 133

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

Shades of Rosy Brown #B38585

Tints of Rosy Brown #B38585

RGB

 RED value IS 179 (70.31% from 255) = 40.22%

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

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

R = 40.22%
G = 29.89%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B38585 (or 0xB38585) is known color: Rosy Brown. HEX triplet: B3, 85 and 85. RGB value is (179,133,133). Sum of RGB (Red+Green+Blue) = 179+133+133=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38585 is #4C7A7A. Grayscale: #929292. Windows color (decimal): -5012091 or 8750515. OLE color: 8750515.

HSL color Cylindrical-coordinate representation of color #B38585: 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.26%. Process color model (Four color, CMYK) of #B38585 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 133 -
CMYK 0 0.26 0.26 0.30
HSL 0.23% 0.61% -
HSV(B) 0.26% 0.7% -
XYZ 31.21 28.05 25.96 -
YUV 146.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 179 133 133 0 0.26 0.26 0.30 0 0.23 0.61
Hex B3 85 85 0 1A 1A 1E 0 17 3D
Octal 263 205 205 0 32 32 36 0 27 75
Binary 10110011 10000101 10000101 0 11010 11010 11110 0 10111 111101

Color Harmonies of #B38585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38585

Black with #B38585

Text Example


Text Example

White with #B38585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38585; }

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

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

background-color css

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

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

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

border-color css

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

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

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