Html Css Color HEX #BD6143 Flame Pea

📋 copy color: '#BD6143'

red 189 ◦ green 97 ◦ blue 67

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

Shades of Flame Pea #BD6143

Tints of Flame Pea #BD6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 67 (26.56% from 255) = 18.98%

R = 53.54%
G = 27.48%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD6143 (or 0xBD6143) is known color: Flame Pea. HEX triplet: BD, 61 and 43. RGB value is (189,97,67). Sum of RGB (Red+Green+Blue) = 189+97+67=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6143 is #429EBC. Grayscale: #797979. Windows color (decimal): -4366013 or 4415933. OLE color: 4415933.

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

Color convert

RGB 189 97 67 -
CMYK 0 0.49 0.65 0.26
HSL 14.75º 0.48% 0.5% -
HSV(B) 14.75º 0.65% 0.74% -
XYZ 26.27 19.77 7.74 -
YUV 121.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 189 97 67 0 0.49 0.65 0.26 14.75 0.48 0.5
Hex BD 61 43 0 31 41 1A F 30 32
Octal 275 141 103 0 61 101 32 17 60 62
Binary 10111101 1100001 1000011 0 110001 1000001 11010 1111 110000 110010

Color Harmonies of #BD6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6143

Black with #BD6143

Text Example


Text Example

White with #BD6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6143; }

 p { color: rgb(189,97,67); }

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

background-color css

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

 a { background-color: rgb(189,97,67); }

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

border-color css

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

 span { border-color: rgb(189,97,67); }

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