Html Css Color HEX #BD6749 Flame Pea

📋 copy color: '#BD6749'

red 189 ◦ green 103 ◦ blue 73

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

Shades of Flame Pea #BD6749

Tints of Flame Pea #BD6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 51.78%
G = 28.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD6749 (or 0xBD6749) is known color: Flame Pea. HEX triplet: BD, 67 and 49. RGB value is (189,103,73). Sum of RGB (Red+Green+Blue) = 189+103+73=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6749 is #4298B6. Grayscale: #7D7D7D. Windows color (decimal): -4364471 or 4810685. OLE color: 4810685.

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

Color convert

RGB 189 103 73 -
CMYK 0 0.46 0.61 0.26
HSL 15.52º 0.47% 0.51% -
HSV(B) 15.52º 0.61% 0.74% -
XYZ 27.04 21 8.93 -
YUV 125.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 189 103 73 0 0.46 0.61 0.26 15.52 0.47 0.51
Hex BD 67 49 0 2E 3D 1A 10 2F 33
Octal 275 147 111 0 56 75 32 20 57 63
Binary 10111101 1100111 1001001 0 101110 111101 11010 10000 101111 110011

Color Harmonies of #BD6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6749

Black with #BD6749

Text Example


Text Example

White with #BD6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6749; }

 p { color: rgb(189,103,73); }

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

background-color css

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

 a { background-color: rgb(189,103,73); }

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

border-color css

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

 span { border-color: rgb(189,103,73); }

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