Html Css Color HEX #B9928F Rosy Brown

📋 copy color: '#B9928F'

red 185 ◦ green 146 ◦ blue 143

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

Shades of Rosy Brown #B9928F

Tints of Rosy Brown #B9928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.17%

R = 39.03%
G = 30.8%
B = 30.17%

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

#B9928F (or 0xB9928F) is known color: Rosy Brown. HEX triplet: B9, 92 and 8F. RGB value is (185,146,143). Sum of RGB (Red+Green+Blue) = 185+146+143=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9928F is #466D70. Grayscale: #9D9D9D. Windows color (decimal): -4615537 or 9409209. OLE color: 9409209.

HSL color Cylindrical-coordinate representation of color #B9928F: hue angle of 4.29º 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 #B9928F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 143 -
CMYK 0 0.21 0.23 0.27
HSL 4.29º 0.23% 0.64% -
HSV(B) 4.29º 0.23% 0.73% -
XYZ 35.24 32.86 30.47 -
YUV 157.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 185 146 143 0 0.21 0.23 0.27 4.29 0.23 0.64
Hex B9 92 8F 0 15 17 1B 4 17 40
Octal 271 222 217 0 25 27 33 4 27 100
Binary 10111001 10010010 10001111 0 10101 10111 11011 100 10111 1000000

Color Harmonies of #B9928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9928F

Black with #B9928F

Text Example


Text Example

White with #B9928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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