Html Css Color HEX #BD6747 Flame Pea

📋 copy color: '#BD6747'

red 189 ◦ green 103 ◦ blue 71

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

Shades of Flame Pea #BD6747

Tints of Flame Pea #BD6747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 52.07%
G = 28.37%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6747 (or 0xBD6747) is known color: Flame Pea. HEX triplet: BD, 67 and 47. RGB value is (189,103,71). Sum of RGB (Red+Green+Blue) = 189+103+71=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6747 is #4298B8. Grayscale: #7D7D7D. Windows color (decimal): -4364473 or 4679613. OLE color: 4679613.

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

Color convert

RGB 189 103 71 -
CMYK 0 0.46 0.62 0.26
HSL 16.27º 0.47% 0.51% -
HSV(B) 16.27º 0.62% 0.74% -
XYZ 26.97 20.97 8.59 -
YUV 125.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 189 103 71 0 0.46 0.62 0.26 16.27 0.47 0.51
Hex BD 67 47 0 2E 3E 1A 10 2F 33
Octal 275 147 107 0 56 76 32 20 57 63
Binary 10111101 1100111 1000111 0 101110 111110 11010 10000 101111 110011

Color Harmonies of #BD6747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6747

Black with #BD6747

Text Example


Text Example

White with #BD6747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6747; }

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

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

background-color css

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

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

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

border-color css

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

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

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