Html Css Color HEX #BF9B99 Rosy Brown

📋 copy color: '#BF9B99'

red 191 ◦ green 155 ◦ blue 153

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

Shades of Rosy Brown #BF9B99

Tints of Rosy Brown #BF9B99

RGB

 RED value IS 191 (75% from 255) = 38.28%

 GREEN value IS 155 (60.94% from 255) = 31.06%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 38.28%
G = 31.06%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF9B99 (or 0xBF9B99) is known color: Rosy Brown. HEX triplet: BF, 9B and 99. RGB value is (191,155,153). Sum of RGB (Red+Green+Blue) = 191+155+153=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B99 is #406466. Grayscale: #A5A5A5. Windows color (decimal): -4220007 or 10066879. OLE color: 10066879.

HSL color Cylindrical-coordinate representation of color #BF9B99: hue angle of 3.16º 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 #BF9B99 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 155 153 -
CMYK 0 0.19 0.20 0.25
HSL 3.16º 0.23% 0.67% -
HSV(B) 3.16º 0.2% 0.75% -
XYZ 38.96 36.82 35.19 -
YUV 165.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 191 155 153 0 0.19 0.20 0.25 3.16 0.23 0.67
Hex BF 9B 99 0 13 14 19 3 17 43
Octal 277 233 231 0 23 24 31 3 27 103
Binary 10111111 10011011 10011001 0 10011 10100 11001 11 10111 1000011

Color Harmonies of #BF9B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9B99

Black with #BF9B99

Text Example


Text Example

White with #BF9B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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