Html Css Color HEX #B9928E Rosy Brown

📋 copy color: '#B9928E'

red 185 ◦ green 146 ◦ blue 142

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

Shades of Rosy Brown #B9928E

Tints of Rosy Brown #B9928E

RGB

 RED value IS 185 (72.66% from 255) = 39.11%

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 39.11%
G = 30.87%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9928E (or 0xB9928E) is known color: Rosy Brown. HEX triplet: B9, 92 and 8E. RGB value is (185,146,142). Sum of RGB (Red+Green+Blue) = 185+146+142=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9928E is #466D71. Grayscale: #9D9D9D. Windows color (decimal): -4615538 or 9343673. OLE color: 9343673.

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

Color convert

RGB 185 146 142 -
CMYK 0 0.21 0.23 0.27
HSL 5.58º 0.23% 0.64% -
HSV(B) 5.58º 0.23% 0.73% -
XYZ 35.17 32.83 30.07 -
YUV 157.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 185 146 142 0 0.21 0.23 0.27 5.58 0.23 0.64
Hex B9 92 8E 0 15 17 1B 6 17 40
Octal 271 222 216 0 25 27 33 6 27 100
Binary 10111001 10010010 10001110 0 10101 10111 11011 110 10111 1000000

Color Harmonies of #B9928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9928E

Black with #B9928E

Text Example


Text Example

White with #B9928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9928E; }

 p { color: rgb(185,146,142); }

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

background-color css

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

 a { background-color: rgb(185,146,142); }

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

border-color css

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

 span { border-color: rgb(185,146,142); }

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