Html Css Color HEX #B48D8C Rosy Brown

📋 copy color: '#B48D8C'

red 180 ◦ green 141 ◦ blue 140

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

Shades of Rosy Brown #B48D8C

Tints of Rosy Brown #B48D8C

RGB

 RED value IS 180 (70.7% from 255) = 39.05%

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

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

R = 39.05%
G = 30.59%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B48D8C (or 0xB48D8C) is known color: Rosy Brown. HEX triplet: B4, 8D and 8C. RGB value is (180,141,140). Sum of RGB (Red+Green+Blue) = 180+141+140=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D8C is #4B7273. Grayscale: #989898. Windows color (decimal): -4944500 or 9211316. OLE color: 9211316.

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

Color convert

RGB 180 141 140 -
CMYK 0 0.22 0.22 0.29
HSL 1.5º 0.21% 0.63% -
HSV(B) 1.5º 0.22% 0.71% -
XYZ 33.08 30.65 28.98 -
YUV 152.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 180 141 140 0 0.22 0.22 0.29 1.5 0.21 0.63
Hex B4 8D 8C 0 16 16 1D 2 15 3F
Octal 264 215 214 0 26 26 35 2 25 77
Binary 10110100 10001101 10001100 0 10110 10110 11101 10 10101 111111

Color Harmonies of #B48D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D8C

Black with #B48D8C

Text Example


Text Example

White with #B48D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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