Html Css Color HEX #BF8E8C Rosy Brown

📋 copy color: '#BF8E8C'

red 191 ◦ green 142 ◦ blue 140

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

Shades of Rosy Brown #BF8E8C

Tints of Rosy Brown #BF8E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 40.38%
G = 30.02%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF8E8C (or 0xBF8E8C) is known color: Rosy Brown. HEX triplet: BF, 8E and 8C. RGB value is (191,142,140). Sum of RGB (Red+Green+Blue) = 191+142+140=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E8C is #407173. Grayscale: #9C9C9C. Windows color (decimal): -4223348 or 9211583. OLE color: 9211583.

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

Color convert

RGB 191 142 140 -
CMYK 0 0.26 0.27 0.25
HSL 2.35º 0.28% 0.65% -
HSV(B) 2.35º 0.27% 0.75% -
XYZ 35.89 32.32 29.16 -
YUV 156.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 191 142 140 0 0.26 0.27 0.25 2.35 0.28 0.65
Hex BF 8E 8C 0 1A 1B 19 2 1C 41
Octal 277 216 214 0 32 33 31 2 34 101
Binary 10111111 10001110 10001100 0 11010 11011 11001 10 11100 1000001

Color Harmonies of #BF8E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E8C

Black with #BF8E8C

Text Example


Text Example

White with #BF8E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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