Html Css Color HEX #BF9A98 Rosy Brown

📋 copy color: '#BF9A98'

red 191 ◦ green 154 ◦ blue 152

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

Shades of Rosy Brown #BF9A98

Tints of Rosy Brown #BF9A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.99%

 BLUE value IS 152 (59.77% from 255) = 30.58%

R = 38.43%
G = 30.99%
B = 30.58%

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

#BF9A98 (or 0xBF9A98) is known color: Rosy Brown. HEX triplet: BF, 9A and 98. RGB value is (191,154,152). Sum of RGB (Red+Green+Blue) = 191+154+152=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A98 is #406567. Grayscale: #A4A4A4. Windows color (decimal): -4220264 or 10001087. OLE color: 10001087.

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

Color convert

RGB 191 154 152 -
CMYK 0 0.19 0.20 0.25
HSL 3.08º 0.23% 0.67% -
HSV(B) 3.08º 0.2% 0.75% -
XYZ 38.71 36.45 34.7 -
YUV 164.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 191 154 152 0 0.19 0.20 0.25 3.08 0.23 0.67
Hex BF 9A 98 0 13 14 19 3 17 43
Octal 277 232 230 0 23 24 31 3 27 103
Binary 10111111 10011010 10011000 0 10011 10100 11001 11 10111 1000011

Color Harmonies of #BF9A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A98

Black with #BF9A98

Text Example


Text Example

White with #BF9A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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