Html Css Color HEX #BF5B4C Flame Pea

📋 copy color: '#BF5B4C'

red 191 ◦ green 91 ◦ blue 76

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

Shades of Flame Pea #BF5B4C

Tints of Flame Pea #BF5B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 53.35%
G = 25.42%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF5B4C (or 0xBF5B4C) is known color: Flame Pea. HEX triplet: BF, 5B and 4C. RGB value is (191,91,76). Sum of RGB (Red+Green+Blue) = 191+91+76=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B4C is #40A4B3. Grayscale: #777777. Windows color (decimal): -4236468 or 5004223. OLE color: 5004223.

HSL color Cylindrical-coordinate representation of color #BF5B4C: hue angle of 7.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5B4C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 91 76 -
CMYK 0 0.52 0.60 0.25
HSL 7.83º 0.47% 0.52% -
HSV(B) 7.83º 0.6% 0.75% -
XYZ 26.53 19.08 9.12 -
YUV 119.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 191 91 76 0 0.52 0.60 0.25 7.83 0.47 0.52
Hex BF 5B 4C 0 34 3C 19 8 2F 34
Octal 277 133 114 0 64 74 31 10 57 64
Binary 10111111 1011011 1001100 0 110100 111100 11001 1000 101111 110100

Color Harmonies of #BF5B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B4C

Black with #BF5B4C

Text Example


Text Example

White with #BF5B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B4C; }

 p { color: rgb(191,91,76); }

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

background-color css

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

 a { background-color: rgb(191,91,76); }

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

border-color css

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

 span { border-color: rgb(191,91,76); }

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