Html Css Color HEX #BD6346 Flame Pea

📋 copy color: '#BD6346'

red 189 ◦ green 99 ◦ blue 70

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

Shades of Flame Pea #BD6346

Tints of Flame Pea #BD6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 52.79%
G = 27.65%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6346 (or 0xBD6346) is known color: Flame Pea. HEX triplet: BD, 63 and 46. RGB value is (189,99,70). Sum of RGB (Red+Green+Blue) = 189+99+70=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6346 is #429CB9. Grayscale: #7A7A7A. Windows color (decimal): -4365498 or 4613053. OLE color: 4613053.

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

Color convert

RGB 189 99 70 -
CMYK 0 0.48 0.63 0.26
HSL 14.62º 0.47% 0.51% -
HSV(B) 14.62º 0.63% 0.74% -
XYZ 26.55 20.18 8.29 -
YUV 122.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 189 99 70 0 0.48 0.63 0.26 14.62 0.47 0.51
Hex BD 63 46 0 30 3F 1A F 2F 33
Octal 275 143 106 0 60 77 32 17 57 63
Binary 10111101 1100011 1000110 0 110000 111111 11010 1111 101111 110011

Color Harmonies of #BD6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6346

Black with #BD6346

Text Example


Text Example

White with #BD6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6346; }

 p { color: rgb(189,99,70); }

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

background-color css

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

 a { background-color: rgb(189,99,70); }

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

border-color css

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

 span { border-color: rgb(189,99,70); }

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