Html Css Color HEX #B8918E Rosy Brown

📋 copy color: '#B8918E'

red 184 ◦ green 145 ◦ blue 142

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

Shades of Rosy Brown #B8918E

Tints of Rosy Brown #B8918E

RGB

 RED value IS 184 (72.27% from 255) = 39.07%

 GREEN value IS 145 (57.03% from 255) = 30.79%

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

R = 39.07%
G = 30.79%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8918E (or 0xB8918E) is known color: Rosy Brown. HEX triplet: B8, 91 and 8E. RGB value is (184,145,142). Sum of RGB (Red+Green+Blue) = 184+145+142=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8918E is #476E71. Grayscale: #9C9C9C. Windows color (decimal): -4681330 or 9343416. OLE color: 9343416.

HSL color Cylindrical-coordinate representation of color #B8918E: hue angle of 4.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8918E is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 142 -
CMYK 0 0.21 0.23 0.28
HSL 4.29º 0.23% 0.64% -
HSV(B) 4.29º 0.23% 0.72% -
XYZ 34.78 32.39 30.01 -
YUV 156.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 184 145 142 0 0.21 0.23 0.28 4.29 0.23 0.64
Hex B8 91 8E 0 15 17 1C 4 17 40
Octal 270 221 216 0 25 27 34 4 27 100
Binary 10111000 10010001 10001110 0 10101 10111 11100 100 10111 1000000

Color Harmonies of #B8918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8918E

Black with #B8918E

Text Example


Text Example

White with #B8918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8918E; }

 p { color: rgb(184,145,142); }

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

background-color css

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

 a { background-color: rgb(184,145,142); }

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

border-color css

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

 span { border-color: rgb(184,145,142); }

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