Html Css Color HEX #BD6543 Flame Pea

📋 copy color: '#BD6543'

red 189 ◦ green 101 ◦ blue 67

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

Shades of Flame Pea #BD6543

Tints of Flame Pea #BD6543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 52.94%
G = 28.29%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD6543 (or 0xBD6543) is known color: Flame Pea. HEX triplet: BD, 65 and 43. RGB value is (189,101,67). Sum of RGB (Red+Green+Blue) = 189+101+67=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6543 is #429ABC. Grayscale: #7B7B7B. Windows color (decimal): -4364989 or 4416957. OLE color: 4416957.

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

Color convert

RGB 189 101 67 -
CMYK 0 0.47 0.65 0.26
HSL 16.72º 0.48% 0.5% -
HSV(B) 16.72º 0.65% 0.74% -
XYZ 26.65 20.53 7.87 -
YUV 123.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 189 101 67 0 0.47 0.65 0.26 16.72 0.48 0.5
Hex BD 65 43 0 2F 41 1A 11 30 32
Octal 275 145 103 0 57 101 32 21 60 62
Binary 10111101 1100101 1000011 0 101111 1000001 11010 10001 110000 110010

Color Harmonies of #BD6543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6543

Black with #BD6543

Text Example


Text Example

White with #BD6543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6543; }

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

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

background-color css

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

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

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

border-color css

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

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

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