Html Css Color HEX #BD6547 Flame Pea

📋 copy color: '#BD6547'

red 189 ◦ green 101 ◦ blue 71

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

Shades of Flame Pea #BD6547

Tints of Flame Pea #BD6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 52.35%
G = 27.98%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6547 (or 0xBD6547) is known color: Flame Pea. HEX triplet: BD, 65 and 47. RGB value is (189,101,71). Sum of RGB (Red+Green+Blue) = 189+101+71=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6547 is #429AB8. Grayscale: #7C7C7C. Windows color (decimal): -4364985 or 4679101. OLE color: 4679101.

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

Color convert

RGB 189 101 71 -
CMYK 0 0.47 0.62 0.26
HSL 15.25º 0.47% 0.51% -
HSV(B) 15.25º 0.62% 0.74% -
XYZ 26.78 20.58 8.52 -
YUV 123.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 189 101 71 0 0.47 0.62 0.26 15.25 0.47 0.51
Hex BD 65 47 0 2F 3E 1A F 2F 33
Octal 275 145 107 0 57 76 32 17 57 63
Binary 10111101 1100101 1000111 0 101111 111110 11010 1111 101111 110011

Color Harmonies of #BD6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6547

Black with #BD6547

Text Example


Text Example

White with #BD6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6547; }

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

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

background-color css

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

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

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

border-color css

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

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

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