Html Css Color HEX #BD5741 Flame Pea

📋 copy color: '#BD5741'

red 189 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #BD5741

Tints of Flame Pea #BD5741

RGB

 RED value IS 189 (74.22% from 255) = 55.43%

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 55.43%
G = 25.51%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD5741 (or 0xBD5741) is known color: Flame Pea. HEX triplet: BD, 57 and 41. RGB value is (189,87,65). Sum of RGB (Red+Green+Blue) = 189+87+65=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5741 is #42A8BE. Grayscale: #737373. Windows color (decimal): -4368575 or 4282301. OLE color: 4282301.

HSL color Cylindrical-coordinate representation of color #BD5741: hue angle of 10.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD5741 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 65 -
CMYK 0 0.54 0.66 0.26
HSL 10.65º 0.49% 0.5% -
HSV(B) 10.65º 0.66% 0.74% -
XYZ 25.35 18.02 7.14 -
YUV 114.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 189 87 65 0 0.54 0.66 0.26 10.65 0.49 0.5
Hex BD 57 41 0 36 42 1A B 31 32
Octal 275 127 101 0 66 102 32 13 61 62
Binary 10111101 1010111 1000001 0 110110 1000010 11010 1011 110001 110010

Color Harmonies of #BD5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5741

Black with #BD5741

Text Example


Text Example

White with #BD5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5741; }

 p { color: rgb(189,87,65); }

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

background-color css

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

 a { background-color: rgb(189,87,65); }

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

border-color css

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

 span { border-color: rgb(189,87,65); }

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