Html Css Color HEX #BD6646 Flame Pea

📋 copy color: '#BD6646'

red 189 ◦ green 102 ◦ blue 70

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

Shades of Flame Pea #BD6646

Tints of Flame Pea #BD6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 52.35%
G = 28.25%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6646 (or 0xBD6646) is known color: Flame Pea. HEX triplet: BD, 66 and 46. RGB value is (189,102,70). Sum of RGB (Red+Green+Blue) = 189+102+70=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6646 is #4299B9. Grayscale: #7C7C7C. Windows color (decimal): -4364730 or 4613821. OLE color: 4613821.

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

Color convert

RGB 189 102 70 -
CMYK 0 0.46 0.63 0.26
HSL 16.13º 0.47% 0.51% -
HSV(B) 16.13º 0.63% 0.74% -
XYZ 26.84 20.76 8.39 -
YUV 124.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 189 102 70 0 0.46 0.63 0.26 16.13 0.47 0.51
Hex BD 66 46 0 2E 3F 1A 10 2F 33
Octal 275 146 106 0 56 77 32 20 57 63
Binary 10111101 1100110 1000110 0 101110 111111 11010 10000 101111 110011

Color Harmonies of #BD6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6646

Black with #BD6646

Text Example


Text Example

White with #BD6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6646; }

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

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

background-color css

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

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

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

border-color css

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

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

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