Html Css Color HEX #B38D8C Rosy Brown

📋 copy color: '#B38D8C'

red 179 ◦ green 141 ◦ blue 140

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

Shades of Rosy Brown #B38D8C

Tints of Rosy Brown #B38D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 38.91%
G = 30.65%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B38D8C (or 0xB38D8C) is known color: Rosy Brown. HEX triplet: B3, 8D and 8C. RGB value is (179,141,140). Sum of RGB (Red+Green+Blue) = 179+141+140=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D8C is #4C7273. Grayscale: #989898. Windows color (decimal): -5010036 or 9211315. OLE color: 9211315.

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

Color convert

RGB 179 141 140 -
CMYK 0 0.21 0.22 0.30
HSL 1.54º 0.2% 0.63% -
HSV(B) 1.54º 0.22% 0.7% -
XYZ 32.85 30.53 28.97 -
YUV 152.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 179 141 140 0 0.21 0.22 0.30 1.54 0.2 0.63
Hex B3 8D 8C 0 15 16 1E 2 14 3F
Octal 263 215 214 0 25 26 36 2 24 77
Binary 10110011 10001101 10001100 0 10101 10110 11110 10 10100 111111

Color Harmonies of #B38D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D8C

Black with #B38D8C

Text Example


Text Example

White with #B38D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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