Html Css Color HEX #BF9C99 Rosy Brown

📋 copy color: '#BF9C99'

red 191 ◦ green 156 ◦ blue 153

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

Shades of Rosy Brown #BF9C99

Tints of Rosy Brown #BF9C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 38.2%
G = 31.2%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF9C99 (or 0xBF9C99) is known color: Rosy Brown. HEX triplet: BF, 9C and 99. RGB value is (191,156,153). Sum of RGB (Red+Green+Blue) = 191+156+153=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C99 is #406366. Grayscale: #A6A6A6. Windows color (decimal): -4219751 or 10067135. OLE color: 10067135.

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

Color convert

RGB 191 156 153 -
CMYK 0 0.18 0.20 0.25
HSL 4.74º 0.23% 0.67% -
HSV(B) 4.74º 0.2% 0.75% -
XYZ 39.12 37.15 35.25 -
YUV 166.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 191 156 153 0 0.18 0.20 0.25 4.74 0.23 0.67
Hex BF 9C 99 0 12 14 19 5 17 43
Octal 277 234 231 0 22 24 31 5 27 103
Binary 10111111 10011100 10011001 0 10010 10100 11001 101 10111 1000011

Color Harmonies of #BF9C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C99

Black with #BF9C99

Text Example


Text Example

White with #BF9C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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