Html Css Color HEX #BF908E Rosy Brown

📋 copy color: '#BF908E'

red 191 ◦ green 144 ◦ blue 142

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

Shades of Rosy Brown #BF908E

Tints of Rosy Brown #BF908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 40.04%
G = 30.19%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF908E (or 0xBF908E) is known color: Rosy Brown. HEX triplet: BF, 90 and 8E. RGB value is (191,144,142). Sum of RGB (Red+Green+Blue) = 191+144+142=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF908E is #406F71. Grayscale: #9D9D9D. Windows color (decimal): -4222834 or 9343167. OLE color: 9343167.

HSL color Cylindrical-coordinate representation of color #BF908E: hue angle of 2.45º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF908E is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 144 142 -
CMYK 0 0.25 0.26 0.25
HSL 2.45º 0.28% 0.65% -
HSV(B) 2.45º 0.26% 0.75% -
XYZ 36.34 32.98 30.04 -
YUV 157.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 191 144 142 0 0.25 0.26 0.25 2.45 0.28 0.65
Hex BF 90 8E 0 19 1A 19 2 1C 41
Octal 277 220 216 0 31 32 31 2 34 101
Binary 10111111 10010000 10001110 0 11001 11010 11001 10 11100 1000001

Color Harmonies of #BF908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF908E

Black with #BF908E

Text Example


Text Example

White with #BF908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF908E; }

 p { color: rgb(191,144,142); }

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

background-color css

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

 a { background-color: rgb(191,144,142); }

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

border-color css

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

 span { border-color: rgb(191,144,142); }

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