#BF9998

Color #BF9998 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BF9998

Tints of Rosy Brown #BF9998

Color information

#BF9998 (or 0xBF9998) is unknown color: approx Rosy Brown. HEX triplet: BF, 99 and 98. RGB value is (191,153,152). Sum of RGB (Red+Green+Blue) = 191+153+152=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9998 is #406667. Grayscale: #A4A4A4. Windows color (decimal): -4220520 or 10000831. OLE color: 10000831.

HSL color Cylindrical-coordinate representation of color #BF9998: hue angle of 1.54º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF9998 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191153152-
CMYK00.200.200.25
HSL1.54º23.35%67.25%-
HSV(B)1.54º20.42%74.9%-
XYZ38.5436.1334.65-
YUV164.25121.09147.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=38.51%
G=30.85%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115315200.200.200.251.5423.3567.25
HexBF9998014141921743
Octal2772312300242431227103
Binary101111111001100110011000010100101001100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9998; }

 p { color: rgb(191,153,152); }

 H1.HeaderClassName
 {
   color: #BF9998;
 }
 .AnyTagClassName
 {
   color: #BF9998;
 }
</style>
background-color css

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

 a { background-color: rgb(191,153,152); }

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

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

 span { border-color: rgb(191,153,152); }

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