Html Css Color HEX #B38E8D Rosy Brown

📋 copy color: '#B38E8D'

red 179 ◦ green 142 ◦ blue 141

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

Shades of Rosy Brown #B38E8D

Tints of Rosy Brown #B38E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.74%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 38.74%
G = 30.74%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B38E8D (or 0xB38E8D) is known color: Rosy Brown. HEX triplet: B3, 8E and 8D. RGB value is (179,142,141). Sum of RGB (Red+Green+Blue) = 179+142+141=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E8D is #4C7172. Grayscale: #989898. Windows color (decimal): -5009779 or 9277107. OLE color: 9277107.

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

Color convert

RGB 179 142 141 -
CMYK 0 0.21 0.21 0.30
HSL 1.58º 0.2% 0.63% -
HSV(B) 1.58º 0.21% 0.7% -
XYZ 33.07 30.85 29.41 -
YUV 152.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 179 142 141 0 0.21 0.21 0.30 1.58 0.2 0.63
Hex B3 8E 8D 0 15 15 1E 2 14 3F
Octal 263 216 215 0 25 25 36 2 24 77
Binary 10110011 10001110 10001101 0 10101 10101 11110 10 10100 111111

Color Harmonies of #B38E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E8D

Black with #B38E8D

Text Example


Text Example

White with #B38E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E8D; }

 p { color: rgb(179,142,141); }

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

background-color css

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

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

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

border-color css

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

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

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