Html Css Color HEX #B48F8E Rosy Brown

📋 copy color: '#B48F8E'

red 180 ◦ green 143 ◦ blue 142

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

Shades of Rosy Brown #B48F8E

Tints of Rosy Brown #B48F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.75%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 38.71%
G = 30.75%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B48F8E (or 0xB48F8E) is known color: Rosy Brown. HEX triplet: B4, 8F and 8E. RGB value is (180,143,142). Sum of RGB (Red+Green+Blue) = 180+143+142=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F8E is #4B7071. Grayscale: #999999. Windows color (decimal): -4943986 or 9342900. OLE color: 9342900.

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

Color convert

RGB 180 143 142 -
CMYK 0 0.21 0.21 0.29
HSL 1.58º 0.2% 0.63% -
HSV(B) 1.58º 0.21% 0.71% -
XYZ 33.53 31.3 29.87 -
YUV 153.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 180 143 142 0 0.21 0.21 0.29 1.58 0.2 0.63
Hex B4 8F 8E 0 15 15 1D 2 14 3F
Octal 264 217 216 0 25 25 35 2 24 77
Binary 10110100 10001111 10001110 0 10101 10101 11101 10 10100 111111

Color Harmonies of #B48F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F8E

Black with #B48F8E

Text Example


Text Example

White with #B48F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F8E; }

 p { color: rgb(180,143,142); }

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

background-color css

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

 a { background-color: rgb(180,143,142); }

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

border-color css

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

 span { border-color: rgb(180,143,142); }

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