Html Css Color HEX #BF8F8E Rosy Brown

📋 copy color: '#BF8F8E'

red 191 ◦ green 143 ◦ blue 142

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

Shades of Rosy Brown #BF8F8E

Tints of Rosy Brown #BF8F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.04%

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

R = 40.13%
G = 30.04%
B = 29.83%

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

#BF8F8E (or 0xBF8F8E) is known color: Rosy Brown. HEX triplet: BF, 8F and 8E. RGB value is (191,143,142). Sum of RGB (Red+Green+Blue) = 191+143+142=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8E is #407071. Grayscale: #9D9D9D. Windows color (decimal): -4223090 or 9342911. OLE color: 9342911.

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

Color convert

RGB 191 143 142 -
CMYK 0 0.25 0.26 0.25
HSL 1.22º 0.28% 0.65% -
HSV(B) 1.22º 0.26% 0.75% -
XYZ 36.19 32.67 29.99 -
YUV 157.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 191 143 142 0 0.25 0.26 0.25 1.22 0.28 0.65
Hex BF 8F 8E 0 19 1A 19 1 1C 41
Octal 277 217 216 0 31 32 31 1 34 101
Binary 10111111 10001111 10001110 0 11001 11010 11001 1 11100 1000001

Color Harmonies of #BF8F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F8E

Black with #BF8F8E

Text Example


Text Example

White with #BF8F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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