Html Css Color HEX #B38D8D Rosy Brown

📋 copy color: '#B38D8D'

red 179 ◦ green 141 ◦ blue 141

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

Shades of Rosy Brown #B38D8D

Tints of Rosy Brown #B38D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.59%

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

R = 38.83%
G = 30.59%
B = 30.59%

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

#B38D8D (or 0xB38D8D) is known color: Rosy Brown. HEX triplet: B3, 8D and 8D. RGB value is (179,141,141). Sum of RGB (Red+Green+Blue) = 179+141+141=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D8D is #4C7272. Grayscale: #989898. Windows color (decimal): -5010035 or 9276851. OLE color: 9276851.

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

Color convert

RGB 179 141 141 -
CMYK 0 0.21 0.21 0.30
HSL 0.2% 0.63% -
HSV(B) 0.21% 0.7% -
XYZ 32.92 30.56 29.36 -
YUV 152.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 179 141 141 0 0.21 0.21 0.30 0 0.2 0.63
Hex B3 8D 8D 0 15 15 1E 0 14 3F
Octal 263 215 215 0 25 25 36 0 24 77
Binary 10110011 10001101 10001101 0 10101 10101 11110 0 10100 111111

Color Harmonies of #B38D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D8D

Black with #B38D8D

Text Example


Text Example

White with #B38D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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