Html Css Color HEX #B48C89 Rosy Brown

📋 copy color: '#B48C89'

red 180 ◦ green 140 ◦ blue 137

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

Shades of Rosy Brown #B48C89

Tints of Rosy Brown #B48C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 39.39%
G = 30.63%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B48C89 (or 0xB48C89) is known color: Rosy Brown. HEX triplet: B4, 8C and 89. RGB value is (180,140,137). Sum of RGB (Red+Green+Blue) = 180+140+137=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C89 is #4B7376. Grayscale: #979797. Windows color (decimal): -4944759 or 9014452. OLE color: 9014452.

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

Color convert

RGB 180 140 137 -
CMYK 0 0.22 0.24 0.29
HSL 4.19º 0.22% 0.62% -
HSV(B) 4.19º 0.24% 0.71% -
XYZ 32.72 30.27 27.78 -
YUV 151.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 180 140 137 0 0.22 0.24 0.29 4.19 0.22 0.62
Hex B4 8C 89 0 16 18 1D 4 16 3E
Octal 264 214 211 0 26 30 35 4 26 76
Binary 10110100 10001100 10001001 0 10110 11000 11101 100 10110 111110

Color Harmonies of #B48C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C89

Black with #B48C89

Text Example


Text Example

White with #B48C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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