Html Css Color HEX #BF8E8D Rosy Brown

📋 copy color: '#BF8E8D'

red 191 ◦ green 142 ◦ blue 141

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

Shades of Rosy Brown #BF8E8D

Tints of Rosy Brown #BF8E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 40.3%
G = 29.96%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF8E8D (or 0xBF8E8D) is known color: Rosy Brown. HEX triplet: BF, 8E and 8D. RGB value is (191,142,141). Sum of RGB (Red+Green+Blue) = 191+142+141=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E8D is #407172. Grayscale: #9C9C9C. Windows color (decimal): -4223347 or 9277119. OLE color: 9277119.

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

Color convert

RGB 191 142 141 -
CMYK 0 0.26 0.26 0.25
HSL 1.2º 0.28% 0.65% -
HSV(B) 1.2º 0.26% 0.75% -
XYZ 35.97 32.35 29.55 -
YUV 156.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 191 142 141 0 0.26 0.26 0.25 1.2 0.28 0.65
Hex BF 8E 8D 0 1A 1A 19 1 1C 41
Octal 277 216 215 0 32 32 31 1 34 101
Binary 10111111 10001110 10001101 0 11010 11010 11001 1 11100 1000001

Color Harmonies of #BF8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E8D

Black with #BF8E8D

Text Example


Text Example

White with #BF8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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